class Aws::IoTEventsData::Types::Alarm

Contains information about an alarm.

@!attribute [rw] alarm_model_name

The name of the alarm model.
@return [String]

@!attribute [rw] alarm_model_version

The version of the alarm model.
@return [String]

@!attribute [rw] key_value

The value of the key used as a filter to select only the alarms
associated with the [key][1].

[1]: https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key
@return [String]

@!attribute [rw] alarm_state

Contains information about the current state of the alarm.
@return [Types::AlarmState]

@!attribute [rw] severity

A non-negative integer that reflects the severity level of the
alarm.
@return [Integer]

@!attribute [rw] creation_time

The time the alarm was created, in the Unix epoch format.
@return [Time]

@!attribute [rw] last_update_time

The time the alarm was last updated, in the Unix epoch format.
@return [Time]

Constants

SENSITIVE