Class GetPolicyTemplateResponse

    • Method Detail

      • policyStoreId

        public final String policyStoreId()

        The ID of the policy store that contains the policy template.

        Returns:
        The ID of the policy store that contains the policy template.
      • policyTemplateId

        public final String policyTemplateId()

        The ID of the policy template.

        Returns:
        The ID of the policy template.
      • description

        public final String description()

        The description of the policy template.

        Returns:
        The description of the policy template.
      • statement

        public final String statement()

        The content of the body of the policy template written in the Cedar policy language.

        Returns:
        The content of the body of the policy template written in the Cedar policy language.
      • createdDate

        public final Instant createdDate()

        The date and time that the policy template was originally created.

        Returns:
        The date and time that the policy template was originally created.
      • lastUpdatedDate

        public final Instant lastUpdatedDate()

        The date and time that the policy template was most recently updated.

        Returns:
        The date and time that the policy template was most recently updated.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object