Class: Aws::DynamoDB::Types::DeleteResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteResourcePolicyOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revision_id ⇒ String
A unique string that represents the revision ID of the policy.
Instance Attribute Details
#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.
This value will be empty if you make a request against a resource without a policy.
2600 2601 2602 2603 2604 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2600 class DeleteResourcePolicyOutput < Struct.new( :revision_id) SENSITIVE = [] include Aws::Structure end |