Skip to main content

ITranscribeUntagResourceRequest

Interface in AWS.Transcribe

Interface for UntagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

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

TagKeys

property TagKeys: TList<string>

Specify a list of tag keys to remove from the Amazon Transcribe resource.

Methods

AddTagKey

function AddTagKey(const ATagKey: string): Integer;

Add a tag key to TagKeys.

Parameters

NameDescription
ATagKeySpecify a tag key to add to TagKeys.

Returns

Returns the index to the tag key added to TagKeys.