Class: Aws::XRay::Types::GetTraceSummariesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_timeTime

The start time of this page of results.

Returns:

  • (Time)


433
434
435
436
437
438
439
# File 'lib/aws-sdk-xray/types.rb', line 433

class GetTraceSummariesResult < Struct.new(
  :trace_summaries,
  :approximate_time,
  :traces_processed_count,
  :next_token)
  include Aws::Structure
end

#next_tokenString

If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.

Returns:

  • (String)


433
434
435
436
437
438
439
# File 'lib/aws-sdk-xray/types.rb', line 433

class GetTraceSummariesResult < Struct.new(
  :trace_summaries,
  :approximate_time,
  :traces_processed_count,
  :next_token)
  include Aws::Structure
end

#trace_summariesArray<Types::TraceSummary>

Trace IDs and metadata for traces that were found in the specified time frame.

Returns:



433
434
435
436
437
438
439
# File 'lib/aws-sdk-xray/types.rb', line 433

class GetTraceSummariesResult < Struct.new(
  :trace_summaries,
  :approximate_time,
  :traces_processed_count,
  :next_token)
  include Aws::Structure
end

#traces_processed_countInteger

The number of traces that were processed to get this set of summaries.

Returns:

  • (Integer)


433
434
435
436
437
438
439
# File 'lib/aws-sdk-xray/types.rb', line 433

class GetTraceSummariesResult < Struct.new(
  :trace_summaries,
  :approximate_time,
  :traces_processed_count,
  :next_token)
  include Aws::Structure
end