TSQSStartMessageMoveTaskRequest
Class in AWS.SQS
StartMessageMoveTask request class.
Ancestors
Properties
DestinationArn
property DestinationArn: TARN
MaxNumberOfMessagesPerSecond
property MaxNumberOfMessagesPerSecond: TOptional<Integer>
SourceArn
property SourceArn: TARN
Constructors
Create
constructor Create(const ASourceArn: TARN);
Constructor for TSQSStartMessageMoveTaskRequest.
Parameters
| Name | Description |
|---|---|
ASourceArn | Specify the ARN of the queue that contains the messages to be moved to another queue. |