Skip to main content

TTranscribeUntagResourceRequest

Class in AWS.Transcribe

UntagResource request class.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

TagKeys

property TagKeys: TList<string>

Constructors

Create

constructor Create(const AResourceArn: TARN); overload;

Constructor for TTranscribeUntagResourceRequest.

Parameters

NameDescription
AResourceArnSpecify the Amazon Resource Name (ARN) of an Amazon Transcribe resource to remove tags from.

constructor Create(const AResourceArn: TARN; const ATagKeys: array of string); overload;

Constructor for TTranscribeUntagResourceRequest.

Parameters

NameDescription
AResourceArnSpecify the Amazon Resource Name (ARN) of an Amazon Transcribe resource to remove tags from.
ATagKeysSpecify a list of tag keys to remove from the Amazon Transcribe resource.