macie2_untag_resource {paws.security.identity} | R Documentation |
Removes one or more tags (keys and values) from an Amazon Macie resource
Description
Removes one or more tags (keys and values) from an Amazon Macie resource.
See https://www.paws-r-sdk.com/docs/macie2_untag_resource/ for full documentation.
Usage
macie2_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
tagKeys |
[required] One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&). |
[Package paws.security.identity version 0.7.0 Index]