Skip to content

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: str

TagKeys

A list of tag keys to be removed.

TYPE: List[str]

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.