StatisticSet

Deprecated

This type is for internal use and not meant for public use. Data set for this type will be ignored.

Internal only. Represents a set of statistics that describe a specific metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.

Types

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

Properties

Link copied to clipboard

Internal only. The maximum value of the sample set.

Link copied to clipboard

Internal only. The minimum value of the sample set.

Link copied to clipboard

Internal only. The number of samples used for the statistic set.

Link copied to clipboard
val sum: Double?

Internal only. The sum of values for the sample set.

Functions

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