translate_untag_resource {paws.machine.learning} | R Documentation |
Removes a specific tag associated with an Amazon Translate resource
Description
Removes a specific tag associated with an Amazon Translate resource. For more information, see Tagging your resources.
See https://www.paws-r-sdk.com/docs/translate_untag_resource/ for full documentation.
Usage
translate_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags. |
TagKeys |
[required] 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. |
[Package paws.machine.learning version 0.9.0 Index]