Skip to content

Tag queue

async_boto.validation.sqs.tag_queue

TagQueueRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
QueueUrl

The URL of the queue.

TYPE: str

Tags

The list of tags to be added to the specified queue.

TYPE: Dict[str, str]

QueueUrl instance-attribute

QueueUrl

Tags instance-attribute

Tags

TagQueueResponse

Bases: BaseModel

The response returned in JSON format by the service.