Class: Aws::XRay::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token.
-
#tags ⇒ Array<Types::Tag>
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
Instance Attribute Details
#next_token ⇒ String
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.
2148 2149 2150 2151 2152 2153 |
# File 'lib/aws-sdk-xray/types.rb', line 2148 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
2148 2149 2150 2151 2152 2153 |
# File 'lib/aws-sdk-xray/types.rb', line 2148 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |