Get Alarms Result
data class GetAlarmsResult(val alarms: List<GetAlarmsAlarm>, val id: String, val ids: List<String>, val metricType: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val scalingGroupId: String? = null)
A collection of values returned by getAlarms.