ITranslateUntagResourceRequest
Interface in AWS.Translate
Interface for UntagResource requests.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
Specify the Amazon Resource Name (ARN) of an Amazon Translate resource.
TagKeys
property TagKeys: TList<string>
Specify a list of tag keys to remove.
Methods
AddTagKey
function AddTagKey(const AKey: string): Integer;
Add a key to TagKeys.
Parameters
| Name | Description |
|---|---|
ATagKey | A key to add to TagKeys |
Returns
Returns the index of the key added to TagKeys.