Class: Aws::DynamoDB::Types::GetResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GetResourcePolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
-
#revision_id ⇒ String
A unique string that represents the revision ID of the policy.
Instance Attribute Details
#policy ⇒ String
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4069 class GetResourcePolicyOutput < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
A unique string that represents the revision ID of the policy. If you’re comparing revision IDs, make sure to always use string comparison logic.
4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4069 class GetResourcePolicyOutput < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |