Untag Resource
cleanroomsml_untag_resource | R Documentation |
Removes metadata tags from a specified resource¶
Description¶
Removes metadata tags from a specified resource.
Usage¶
cleanroomsml_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to remove tags from. |
tagKeys |
[required] The key values of tags that you want to remove. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)