MetricDataResult

Contains a single data point from a capacity metrics query, including the dimension values, timestamp, and metric values for that specific combination.

Types

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

Properties

Link copied to clipboard

The dimension values that identify this specific data point, such as account ID, region, and instance family.

Link copied to clipboard

The metric values and statistics for this data point, containing the actual capacity usage numbers.

Link copied to clipboard

The timestamp for this data point, indicating when the capacity usage occurred.

Functions

Link copied to clipboard
inline fun copy(block: MetricDataResult.Builder.() -> Unit = {}): MetricDataResult
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