class Aws::XRay::Types::ListTagsForResourceRequest

@note When making an API call, you may pass ListTagsForResourceRequest

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      next_token: "String",
    }

@!attribute [rw] resource_arn

The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
@return [String]

@!attribute [rw] next_token

A pagination token. If multiple pages of results are returned, use
the `NextToken` value returned with the current page of results as
the value of this parameter to get the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE