xray_untag_resource {paws.developer.tools} | R Documentation |
Removes tags from an Amazon Web Services X-Ray group or sampling rule
Description
Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system tags (those with an aws:
prefix).
See https://www.paws-r-sdk.com/docs/xray_untag_resource/ for full documentation.
Usage
xray_untag_resource(ResourceARN, TagKeys)
Arguments
ResourceARN |
[required] The Amazon Resource Number (ARN) of an X-Ray group or sampling rule. |
TagKeys |
[required] Keys for one or more tags that you want to remove from an X-Ray group or sampling rule. |
[Package paws.developer.tools version 0.9.0 Index]