Get Alarm Result
data class GetAlarmResult(val actionsEnabled: Boolean? = null, val alarmActions: List<String>? = null, val alarmDescription: String? = null, val arn: String? = null, val comparisonOperator: String? = null, val datapointsToAlarm: Int? = null, val dimensions: List<AlarmDimension>? = null, val evaluateLowSampleCountPercentile: String? = null, val evaluationPeriods: Int? = null, val extendedStatistic: String? = null, val insufficientDataActions: List<String>? = null, val metricName: String? = null, val metrics: List<AlarmMetricDataQuery>? = null, val namespace: String? = null, val okActions: List<String>? = null, val period: Int? = null, val statistic: String? = null, val threshold: Double? = null, val thresholdMetricId: String? = null, val treatMissingData: String? = null, val unit: String? = null)
Constructors
Link copied to clipboard
fun GetAlarmResult(actionsEnabled: Boolean? = null, alarmActions: List<String>? = null, alarmDescription: String? = null, arn: String? = null, comparisonOperator: String? = null, datapointsToAlarm: Int? = null, dimensions: List<AlarmDimension>? = null, evaluateLowSampleCountPercentile: String? = null, evaluationPeriods: Int? = null, extendedStatistic: String? = null, insufficientDataActions: List<String>? = null, metricName: String? = null, metrics: List<AlarmMetricDataQuery>? = null, namespace: String? = null, okActions: List<String>? = null, period: Int? = null, statistic: String? = null, threshold: Double? = null, thresholdMetricId: String? = null, treatMissingData: String? = null, unit: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard