TSQSDeleteMessageBatchRequestEntry
Class in AWS.SQS
SQS DeleteMessageBatchRequestEntry class.
Ancestors
Properties
Id
property Id: string
ReceiptHandle
property ReceiptHandle: string
Constructors
Create
constructor Create(const AId, AReceiptHandle: string);
Constructor for TSQSDeleteMessageBatchRequestEntry.
Parameters
| Name | Description |
|---|---|
AId | Specify the identifier for this particular receipt handle used to communicate the result. |
AReceiptHandle | Specify the receipt handle associated with the message to delete. |