TSQSChangeMessageVisibilityBatchRequestEntry
Class in AWS.SQS
SQS ChangeMessageVisibilityBatchRequestEntry class.
Ancestors
Properties
Id
property Id: string
ReceiptHandle
property ReceiptHandle: string
VisibilityTimeout
property VisibilityTimeout: TOptional<Integer>
Constructors
Create
constructor Create(const AId, AReceiptHandle: string); overload;
Constructor for TSQSChangeMessageVisibilityBatchRequestEntry.
Parameters
| Name | Description |
|---|---|
AId | Specify an identifier for this particular receipt handle used to communicate the result. |
AReceiptHandle | Specify the receipt handle associated with the message whose visibility timeout is changed. |
constructor Create(const AId, AReceiptHandle: string; const AVisibilityTimeout: Integer); overload;
Constructor for TSQSChangeMessageVisibilityBatchRequestEntry.
Parameters
| Name | Description |
|---|---|
AId | Specify an identifier for this particular receipt handle used to communicate the result. |
AReceiptHandle | Specify the receipt handle associated with the message whose visibility timeout is changed. |
AVisibilityTimeout | Specify the new value for the message's visibility timeout in seconds. |