Skip to main content

TSQSChangeMessageVisibilityRequest

Class in AWS.SQS

Implementation for ChangeMessageVisibility requests.

Ancestors

Properties

ReceiptHandle

property ReceiptHandle: string

VisibilityTimeout

property VisibilityTimeout: Integer

Constructors

Create

constructor Create(const AQueueUrl, AReceiptHandle: string; AVisibilityTimeout: Integer);

Constructor for TSQSChangeMessageVisibilityTimeoutRequest.

Parameters

NameDescription
AQueueUrlA URL for an Amazon SQS queue on whose message visibility is to be changed.
AReceiptHandleThe receipt handle of the message whose visibility timeout is to be changed.
AVisibilityTimeoutNew value for the message's visibility timeout in seconds. Valid range from 0 to 43200 (12 hours).