You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_time ⇒ Time

The start time of this page of results.

Returns:

  • (Time) —

    The start time of this page of results.

#next_token ⇒ String

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) —

    If the requested time frame contained more than one page of results, you can use this token to retrieve the next page.

#trace_summaries ⇒ Array<Types::TraceSummary>

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

Returns:

  • (Array<Types::TraceSummary>) —

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

#traces_processed_count ⇒ Integer

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

Returns:

  • (Integer) —

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