Skip to main content

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

NameDescription
AIdSpecify an identifier for this particular receipt handle used to communicate the result.
AReceiptHandleSpecify 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

NameDescription
AIdSpecify an identifier for this particular receipt handle used to communicate the result.
AReceiptHandleSpecify the receipt handle associated with the message whose visibility timeout is changed.
AVisibilityTimeoutSpecify the new value for the message's visibility timeout in seconds.