sqs_list_message_move_tasks {paws.application.integration} | R Documentation |
Gets the most recent message movement tasks (up to 10) under a specific source queue.
See https://www.paws-r-sdk.com/docs/sqs_list_message_move_tasks/ for full documentation.
sqs_list_message_move_tasks(SourceArn, MaxResults = NULL)
SourceArn |
[required] The ARN of the queue whose message movement tasks are to be listed. |
MaxResults |
The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10. |