View source: R/sqs_operations.R
sqs_list_message_move_tasks | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.