xray_list_tags_for_resource {paws.developer.tools} | R Documentation |
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule
Description
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
See https://www.paws-r-sdk.com/docs/xray_list_tags_for_resource/ for full documentation.
Usage
xray_list_tags_for_resource(ResourceARN, NextToken = NULL)
Arguments
ResourceARN |
[required] The Amazon Resource Number (ARN) of an X-Ray group or sampling rule. |
NextToken |
A pagination token. If multiple pages of results are returned, use the
|
[Package paws.developer.tools version 0.7.0 Index]