glue_untag_resource {paws.analytics} | R Documentation |
Removes tags from a resource
Description
Removes tags from a resource.
See https://www.paws-r-sdk.com/docs/glue_untag_resource/ for full documentation.
Usage
glue_untag_resource(ResourceArn, TagsToRemove)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource from which to remove the tags. |
TagsToRemove |
[required] Tags to remove from this resource. |
[Package paws.analytics version 0.9.0 Index]