Delete resource policy
async_boto.validation.dynamodb.delete_resource_policy
DeleteResourcePolicyRequest
Bases: BaseModel
Deletes the resource-based policy attached to the resource, which can be a table or stream.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ResourceArn |
The Amazon Resource Name (ARN) of the DynamoDB resource from which the policy will be removed.
TYPE:
|
ExpectedRevisionId |
A string value that you can use to conditionally delete your policy.
TYPE:
|
ResourceArn
instance-attribute
ResourceArn
ExpectedRevisionId
class-attribute
instance-attribute
ExpectedRevisionId = None
DeleteResourcePolicyResponse
Bases: BaseModel
Response for the DeleteResourcePolicy operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
RevisionId |
A unique string that represents the revision ID of the policy.
TYPE:
|
RevisionId
class-attribute
instance-attribute
RevisionId = None