Class GetServerlessLifecyclePolicyResult


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

      • createdDate

        public java.lang.String createdDate()
        Returns:
        The date the lifecycle policy was created.
      • 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()
      • lastModifiedDate

        public java.lang.String lastModifiedDate()
        Returns:
        The date the lifecycle policy was last modified.
      • 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()