You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTagsForResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)

    A pagination token.

#resource_arnString

The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.

Returns:

  • (String)

    The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.