Get Alarm Result
constructor(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, tags: List<Tag>? = null, threshold: Double? = null, thresholdMetricId: String? = null, treatMissingData: String? = null, unit: String? = null)