Latency

public struct Latency : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • p10

    The average latency for the slowest 90 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p10: Double?
  • p50

    The average latency for the slowest 50 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p50: Double?
  • p75

    The average latency for the slowest 25 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p75: Double?
  • p85

    The average latency for the slowest 15 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p85: Double?
  • p90

    The average latency for the slowest 10 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p90: Double?
  • p95

    The average latency for the slowest 5 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p95: Double?
  • p99

    The average latency for the slowest 1 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p99: Double?
  • The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

    Declaration

    Swift

    public let p999: Double?
  • Undocumented

    Declaration

    Swift

    public init(p10: Double? = nil, p50: Double? = nil, p75: Double? = nil, p85: Double? = nil, p90: Double? = nil, p95: Double? = nil, p99: Double? = nil, p999: Double? = nil)