Skip to main content

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

NameDescription
AIdSpecify the identifier for this particular receipt handle used to communicate the result.
AReceiptHandleSpecify the receipt handle associated with the message to delete.