GetTraceSummariesResult
public struct GetTraceSummariesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The start time of this page of results.
Declaration
Swift
public let approximateTime: TimeStamp?
-
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.
Declaration
Swift
public let nextToken: String?
-
The total number of traces processed, including traces that did not match the specified filter expression.
Declaration
Swift
public let tracesProcessedCount: Int64?
-
Trace IDs and annotations for traces that were found in the specified time frame.
Declaration
Swift
public let traceSummaries: [TraceSummary]?
-
Undocumented
Declaration
Swift
public init(approximateTime: TimeStamp? = nil, nextToken: String? = nil, tracesProcessedCount: Int64? = nil, traceSummaries: [TraceSummary]? = nil)