sqs_list_message_move_tasks: Gets the most recent message movement tasks (up to 10) under...

View source: R/sqs_operations.R

sqs_list_message_move_tasksR Documentation

Gets the most recent message movement tasks (up to 10) under a specific source queue

Description

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.

Usage

sqs_list_message_move_tasks(SourceArn, MaxResults = NULL)

Arguments

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.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.