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:
|
QueueUrl |
The URL of the Amazon SQS queue whose attributes are set.
TYPE:
|
Attributes
instance-attribute
Attributes
QueueUrl
instance-attribute
QueueUrl
SetQueueAttributesResponse
Bases: BaseModel
The response returned in JSON format by the service.