Untag Resource
lookoutequipment_untag_resource | 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.
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. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)