Skip to main content

TSQSGetQueueAttributesRequest

Class in AWS.SQS

Implementation for GetQueueAttributes requests.

Ancestors

Properties

AttributeNames

property AttributeNames: TList<string>

Constructors

Create

constructor Create(const AQueueUrl: string); overload;

Constructor for TSQSGetQueueAttributesRequest.

Parameters

NameDescription
AQueueUrlSpecify a URL for an Amazon SQS Queue of which to request attributes.

constructor Create(const AQueueUrl: string; const AAttributeNames: TArray<string>); overload;

Constructor for TSQSGetQueueAttributesRequest.

Parameters

NameDescription
AQueueUrlSpecify a URL for an Amazon SQS Queue of which to request attributes.
AAttributeNamesSpecify a list of attribute names for which to retrieve information.