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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_timeTime

The start time of this page of results.

Returns:

  • (Time)


1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1363

class GetTraceSummariesResult < Struct.new(
  :trace_summaries,
  :approximate_time,
  :traces_processed_count,
  :next_token)
  SENSITIVE = []
  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 recent results, closest to the end of the time frame.

Returns:

  • (String)


1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1363

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

#trace_summariesArray<Types::TraceSummary>

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

Returns:



1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1363

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

#traces_processed_countInteger

The total number of traces processed, including traces that did not match the specified filter expression.

Returns:

  • (Integer)


1363
1364
1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1363

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