Skip to content

Tag resource

async_boto.validation.dynamodb.tag_resource

TagResourceRequest

Bases: BaseModel

Request model for the TagResource operation.

ATTRIBUTE DESCRIPTION
ResourceArn

Identifies the Amazon DynamoDB resource to which tags should be added.

TYPE: str

Tags

The tags to be assigned to the Amazon DynamoDB resource.

TYPE: List[Tag]

ResourceArn instance-attribute

ResourceArn

Tags instance-attribute

Tags

TagResourceResponse

Bases: BaseModel

Response model for the TagResource operation.

This model represents an empty response body for a successful operation.