class Aws::IoTEventsData::Types::SnoozeAlarmActionRequest
Information needed to snooze the alarm.
@note When making an API call, you may pass SnoozeAlarmActionRequest
data as a hash: { request_id: "RequestId", # required alarm_model_name: "AlarmModelName", # required key_value: "KeyValue", note: "Note", snooze_duration: 1, # required }
@!attribute [rw] request_id
The request ID. Each ID must be unique within each batch. @return [String]
@!attribute [rw] alarm_model_name
The name 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] note
The note that you can leave when you snooze the alarm. @return [String]
@!attribute [rw] snooze_duration
The snooze time in seconds. The alarm automatically changes to the `NORMAL` state after this duration. @return [Integer]
Constants
- SENSITIVE