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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-xray/types.rb', line 1893

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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:



1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-xray/types.rb', line 1893

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end