List dead letter source queues
async_boto.validation.sqs.list_dead_letter_source_queues
ListDeadLetterSourceQueuesRequest
Bases: BaseModel
The request accepts the following data in JSON format.
| ATTRIBUTE | DESCRIPTION |
|---|---|
MaxResults |
Maximum number of results to include in the response.
TYPE:
|
NextToken |
Pagination token to request the next set of results.
TYPE:
|
QueueUrl |
The URL of a dead-letter queue.
TYPE:
|
MaxResults
class-attribute
instance-attribute
MaxResults = None
NextToken
class-attribute
instance-attribute
NextToken = None
QueueUrl
instance-attribute
QueueUrl
ListDeadLetterSourceQueuesResponse
Bases: BaseModel
The response returned in JSON format by the service.
| ATTRIBUTE | DESCRIPTION |
|---|---|
NextToken |
Pagination token to include in the next request.
TYPE:
|
queueUrls |
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.
TYPE:
|
NextToken
class-attribute
instance-attribute
NextToken = None
queueUrls
instance-attribute
queueUrls