Skip to main content

TTranslateUntagResourceRequest

Class in AWS.Translate

UntagResource request class.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

TagKeys

property TagKeys: TList<string>

Constructors

Create

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

Constructor for TTranslateUntagResourceRequest.

Parameters

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