cleanroomsml_untag_resource {paws.security.identity} | R Documentation |
Removes metadata tags from a specified resource
Description
Removes metadata tags from a specified resource.
See https://www.paws-r-sdk.com/docs/cleanroomsml_untag_resource/ for full documentation.
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. |
[Package paws.security.identity version 0.9.0 Index]