TSQSUntagQueueRequest
Class in AWS.SQS
Implementation for UntagQueue requests.
Ancestors
Properties
TagKeys
property TagKeys: TList<string>
Constructors
Create
constructor Create(const AQueueUrl: string; const ATagKeys: TArray<string>);
Constructor for TSQSUntagQueueRequest.
Parameters
| Name | Description |
|---|---|
AQueueUrl | Specify a URL for an Amazon SQS Queue to remove tags from. |
ATagKeys | Specify the list of tag keys to be removed from the specified queue. |