List message move tasks
async_boto.validation.sqs.list_message_move_tasks
ListMessageMoveTasksRequest
Bases: BaseModel
The request accepts the following data in JSON format.
| ATTRIBUTE | DESCRIPTION |
|---|---|
MaxResults |
The maximum number of results to include in the response.
TYPE:
|
SourceArn |
The ARN of the queue whose message movement tasks are to be listed.
TYPE:
|
MaxResults
class-attribute
instance-attribute
MaxResults = None
SourceArn
instance-attribute
SourceArn
ListMessageMoveTasksResponse
Bases: BaseModel
The response returned in JSON format by the service.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Results |
A list of message movement tasks and their attributes.
TYPE:
|
Results
instance-attribute
Results