Alarm Metric
data class AlarmMetric(val dimensions: List<AlarmDimension>? = null, val metricName: String? = null, val namespace: String? = null)
The `Metric`
property type represents a specific metric. `Metric`
is a property of the MetricStat property type.
Constructors
Link copied to clipboard
constructor(dimensions: List<AlarmDimension>? = null, metricName: String? = null, namespace: String? = null)