AWS.SQS.TSQSDeleteMessageBatchRequestEntry

Batch entry record for DeleteMessageBatch requests.

TSQSDeleteMessageBatchRequestEntry = record Id: string; ReceiptHandle: string; end;
struct TSQSDeleteMessageBatchRequestEntry { AnsiString Id; AnsiString ReceiptHandle; };

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Members
Description
Id: string;
A unique identifier used to communicate the results of this entry in the results.
ReceiptHandle: string;
The receipt handle of the message to delete.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.