lookoutequipment_untag_resource {paws.machine.learning} | R Documentation |
Removes a specific tag from a given resource
Description
Removes a specific tag from a given resource. The tag is specified by its key.
See https://www.paws-r-sdk.com/docs/lookoutequipment_untag_resource/ for full documentation.
Usage
lookoutequipment_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource to which the tag is currently associated. |
TagKeys |
[required] Specifies the key of the tag to be removed from a specified resource. |
[Package paws.machine.learning version 0.9.0 Index]