Untag resource
async_boto.validation.dynamodb.untag_resource
UntagResourceRequest
Bases: BaseModel
Request model for the UntagResource operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ResourceArn |
The DynamoDB resource that the tags will be removed from.
TYPE:
|
TagKeys |
A list of tag keys to be removed.
TYPE:
|
ResourceArn
instance-attribute
ResourceArn
TagKeys
instance-attribute
TagKeys
UntagResourceResponse
Bases: BaseModel
Response model for the UntagResource operation.
This model represents an empty response body for a successful operation.