EdgeStatistics
public struct EdgeStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about requests that failed with a 4xx Client Error status code.
Declaration
Swift
public let errorStatistics: ErrorStatistics?
-
Information about requests that failed with a 5xx Server Error status code.
Declaration
Swift
public let faultStatistics: FaultStatistics?
-
The number of requests that completed with a 2xx Success status code.
Declaration
Swift
public let okCount: Int64?
-
The total number of completed requests.
Declaration
Swift
public let totalCount: Int64?
-
The aggregate response time of completed requests.
Declaration
Swift
public let totalResponseTime: Double?
-
Undocumented
Declaration
Swift
public init(errorStatistics: ErrorStatistics? = nil, faultStatistics: FaultStatistics? = nil, okCount: Int64? = nil, totalCount: Int64? = nil, totalResponseTime: Double? = nil)