Skip to main content

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

NameDescription
AQueueUrlSpecify a URL for an Amazon SQS Queue to remove tags from.
ATagKeysSpecify the list of tag keys to be removed from the specified queue.