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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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)


6460
6461
6462
6463
6464
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 6460

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