interface UntagResourceRequest {
    ResourceArn: undefined | string;
    TagKeys: undefined | string[];
}

Hierarchy (view full)

Properties

Properties

ResourceArn: undefined | string

The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags.

TagKeys: undefined | string[]

The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.