class
Amazonite::DynamoDB::GetResourcePolicyOutput
- Amazonite::DynamoDB::GetResourcePolicyOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/get_resource_policy_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy : String | Nil
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
-
#policy=(policy : String | Nil)
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
-
#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
Returns true if this reference is the same as other. Invokes same?.
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
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.
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.