Skip to content

Set queue attributes

async_boto.validation.sqs.set_queue_attributes

SetQueueAttributesRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
Attributes

A map of attributes to set.

TYPE: Dict[str, str]

QueueUrl

The URL of the Amazon SQS queue whose attributes are set.

TYPE: str

Attributes instance-attribute

Attributes

QueueUrl instance-attribute

QueueUrl

SetQueueAttributesResponse

Bases: BaseModel

The response returned in JSON format by the service.