Class: Aws::XRay::Types::ListRetrievedTracesRequest

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

Specify the pagination token returned by a previous request to retrieve the next page of indexes.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-xray/types.rb', line 2096

class ListRetrievedTracesRequest < Struct.new(
  :retrieval_token,
  :trace_format,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#retrieval_tokenString

Retrieval token.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-xray/types.rb', line 2096

class ListRetrievedTracesRequest < Struct.new(
  :retrieval_token,
  :trace_format,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#trace_formatString

Format of the requested traces.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-xray/types.rb', line 2096

class ListRetrievedTracesRequest < Struct.new(
  :retrieval_token,
  :trace_format,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end