Class: Aws::Comprehend::Types::PutResourcePolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_revision_idString

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.

Returns:

  • (String)


6406
6407
6408
6409
6410
# File 'lib/aws-sdk-comprehend/types.rb', line 6406

class PutResourcePolicyResponse < Struct.new(
  :policy_revision_id)
  SENSITIVE = []
  include Aws::Structure
end