Class GetServerlessAccessPolicyResult


  • public final class GetServerlessAccessPolicyResult
    extends java.lang.Object
    • Method Detail

      • description

        public java.lang.String description()
        Returns:
        Description of the policy. Typically used to store information about the permissions defined in the policy.
      • id

        public java.lang.String id()
      • name

        public java.lang.String name()
      • policy

        public java.lang.String policy()
        Returns:
        JSON policy document to use as the content for the new policy.
      • policyVersion

        public java.lang.String policyVersion()
        Returns:
        Version of the policy.
      • type

        public java.lang.String type()