class
Amazonite::DynamoDB::DeleteResourcePolicyInput
- Amazonite::DynamoDB::DeleteResourcePolicyInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/delete_resource_policy_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_arn : String, expected_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. -
#expected_revision_id : String | Nil
A string value that you can use to conditionally delete your policy.
-
#expected_revision_id=(expected_revision_id : String | Nil)
A string value that you can use to conditionally delete your policy.
-
#hash(hasher)
See
Object#hash(hasher) -
#resource_arn : String
The Amazon Resource Name (ARN) of the DynamoDB resource from which the policy will be removed.
-
#resource_arn=(resource_arn : String)
The Amazon Resource Name (ARN) of the DynamoDB resource from which the policy will be removed.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A string value that you can use to conditionally delete your policy. When you provide an
expected revision ID, if the revision ID of the existing policy on the resource doesn't match or
if there's no policy attached to the resource, the request will fail and return a
PolicyNotFoundException.
A string value that you can use to conditionally delete your policy. When you provide an
expected revision ID, if the revision ID of the existing policy on the resource doesn't match or
if there's no policy attached to the resource, the request will fail and return a
PolicyNotFoundException.
The Amazon Resource Name (ARN) of the DynamoDB resource from which the policy will be removed. The resources you can specify include tables and streams. If you remove the policy of a table, it will also remove the permissions for the table's indexes defined in that policy document. This is because index permissions are defined in the table's policy.
The Amazon Resource Name (ARN) of the DynamoDB resource from which the policy will be removed. The resources you can specify include tables and streams. If you remove the policy of a table, it will also remove the permissions for the table's indexes defined in that policy document. This is because index permissions are defined in the table's policy.