class Aws::XRay::Types::Trace

A collection of segment documents with matching trace IDs.

@!attribute [rw] id

The unique identifier for the request that generated the trace's
segments and subsegments.
@return [String]

@!attribute [rw] duration

The length of time in seconds between the start time of the root
segment and the end time of the last segment that completed.
@return [Float]

@!attribute [rw] limit_exceeded

LimitExceeded is set to true when the trace has exceeded one of the
defined quotas. For more information about quotas, see [Amazon Web
Services X-Ray endpoints and quotas][1].

[1]: https://docs.aws.amazon.com/general/latest/gr/xray.html
@return [Boolean]

@!attribute [rw] segments

Segment documents for the segments and subsegments that comprise the
trace.
@return [Array<Types::Segment>]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/Trace AWS API Documentation

Constants

SENSITIVE