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

Class: Aws::XRay::Types::ListTagsForResourceResponse

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

Overview

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 to get the next page of results.

Returns:

  • (String)

    A pagination token.

#tagsArray<Types::Tag>

A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.

Returns:

  • (Array<Types::Tag>)

    A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.