Class: Aws::Comprehend::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::PutResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_revision_id ⇒ String
The revision ID of the policy.
Instance Attribute Details
#policy_revision_id ⇒ 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.
6460 6461 6462 6463 6464 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6460 class PutResourcePolicyResponse < Struct.new( :policy_revision_id) SENSITIVE = [] include Aws::Structure end |