interface DescribeResourcePolicyResponse {
    CreationTime?: Date;
    LastModifiedTime?: Date;
    PolicyRevisionId?: string;
    ResourcePolicy?: string;
}

Hierarchy (view full)

Properties

CreationTime?: Date

The time at which the policy was created.

LastModifiedTime?: Date

The time at which the policy was last modified.

PolicyRevisionId?: string

The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision ID, and it deletes the prior version of the policy.

ResourcePolicy?: string

The JSON body of the resource-based policy.