class
Amazonite::DynamoDB::PutResourcePolicyOutput
- Amazonite::DynamoDB::PutResourcePolicyOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/put_resource_policy_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#revision_id : String | Nil
A unique string that represents the revision ID of the policy.
-
#revision_id=(revision_id : String | Nil)
A unique string that represents the revision ID of the policy.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def revision_id : String | Nil
#
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.
def revision_id=(revision_id : String | Nil)
#
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.