MetricDatum

@JsonSerializable
data class MetricDatum(val MetricName: MetricName, val Counts: List<Double>? = null, val Dimensions: List<Dimension>? = null, val StatisticValues: StatisticSet? = null, val StorageResolution: Int? = null, val Timestamp: Instant? = null, val Unit: MetricUnit? = null, val Value: Double? = null, val Values: List<Double>? = null)(source)

Constructors

Link copied to clipboard
constructor(MetricName: MetricName, Counts: List<Double>? = null, Dimensions: List<Dimension>? = null, StatisticValues: StatisticSet? = null, StorageResolution: Int? = null, Timestamp: Instant? = null, Unit: MetricUnit? = null, Value: Double? = null, Values: List<Double>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard