Class: Aws::Comprehend::Types::DescribeResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the policy was created.
-
#last_modified_time ⇒ Time
The time at which the policy was last modified.
-
#policy_revision_id ⇒ String
The revision ID of the policy.
-
#resource_policy ⇒ String
The JSON body of the resource-based policy.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the policy was created.
2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2238 class DescribeResourcePolicyResponse < Struct.new( :resource_policy, :creation_time, :last_modified_time, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time at which the policy was last modified.
2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2238 class DescribeResourcePolicyResponse < Struct.new( :resource_policy, :creation_time, :last_modified_time, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#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.
2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2238 class DescribeResourcePolicyResponse < Struct.new( :resource_policy, :creation_time, :last_modified_time, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#resource_policy ⇒ String
The JSON body of the resource-based policy.
2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2238 class DescribeResourcePolicyResponse < Struct.new( :resource_policy, :creation_time, :last_modified_time, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |