Class: Aws::XRay::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ListTagsForResourceRequest
- 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.
-
#resource_arn ⇒ String
The Amazon Resource Number (ARN) of an 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 as the value of this parameter to get the next page of results.
2128 2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-xray/types.rb', line 2128 class ListTagsForResourceRequest < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
2128 2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-xray/types.rb', line 2128 class ListTagsForResourceRequest < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |