RoundTripTime

Round-trip time (RTT) is how long it takes for a request from the user to return a response to the user. Amazon CloudWatch Internet Monitor calculates RTT at different percentiles: p50, p90, and p95.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val p50: Double?

RTT at the 50th percentile (p50).

Link copied to clipboard
val p90: Double?

RTT at the 90th percentile (p90).

Link copied to clipboard
val p95: Double?

RTT at the 95th percentile (p95).

Functions

Link copied to clipboard
inline fun copy(block: RoundTripTime.Builder.() -> Unit = {}): RoundTripTime
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String