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
| Name | Description |
|---|---|
AQueueUrl | Specify 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
| Name | Description |
|---|---|
AQueueUrl | Specify a URL for an Amazon SQS Queue of which to request attributes. |
AAttributeNames | Specify a list of attribute names for which to retrieve information. |