athena_untag_resource {paws.analytics} | R Documentation |
Removes one or more tags from an Athena resource
Description
Removes one or more tags from an Athena resource.
See https://www.paws-r-sdk.com/docs/athena_untag_resource/ for full documentation.
Usage
athena_untag_resource(ResourceARN, TagKeys)
Arguments
ResourceARN |
[required] Specifies the ARN of the resource from which tags are to be removed. |
TagKeys |
[required] A comma-separated list of one or more tag keys whose tags are to be removed from the specified resource. |
[Package paws.analytics version 0.9.0 Index]