Trace
public struct Trace : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.
Declaration
Swift
public let duration: Double? -
The unique identifier for the request that generated the trace’s segments and subsegments.
Declaration
Swift
public let id: String? -
Segment documents for the segments and subsegments that comprise the trace.
Declaration
Swift
public let segments: [Segment]? -
Undocumented
Declaration
Swift
public init(duration: Double? = nil, id: String? = nil, segments: [Segment]? = nil)
View on GitHub
Trace Structure Reference