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

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

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
# File 'lib/aws-sdk-xray/types.rb', line 1873

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

#resource_arnString

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

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
# File 'lib/aws-sdk-xray/types.rb', line 1873

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