class
Amazonite::DynamoDB::DeleteResourcePolicyOutput
- Amazonite::DynamoDB::DeleteResourcePolicyOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/delete_resource_policy_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(revision_id : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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.
This value will be empty if you make a request against a resource without a policy.
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.
This value will be empty if you make a request against a resource without a policy.