Edge
public struct Edge : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Aliases for the edge.
Declaration
Swift
public let aliases: [Alias]?
-
The end time of the last segment on the edge.
Declaration
Swift
public let endTime: TimeStamp?
-
Identifier of the edge. Unique within a service map.
Declaration
Swift
public let referenceId: Int?
-
A histogram that maps the spread of client response times on an edge.
Declaration
Swift
public let responseTimeHistogram: [HistogramEntry]?
-
The start time of the first segment on the edge.
Declaration
Swift
public let startTime: TimeStamp?
-
Response statistics for segments on the edge.
Declaration
Swift
public let summaryStatistics: EdgeStatistics?
-
Undocumented
Declaration
Swift
public init(aliases: [Alias]? = nil, endTime: TimeStamp? = nil, referenceId: Int? = nil, responseTimeHistogram: [HistogramEntry]? = nil, startTime: TimeStamp? = nil, summaryStatistics: EdgeStatistics? = nil)