class Aws::IoTEventsData::Types::AcknowledgeAlarmActionRequest

Information needed to acknowledge the alarm.

@note When making an API call, you may pass AcknowledgeAlarmActionRequest

data as a hash:

    {
      request_id: "RequestId", # required
      alarm_model_name: "AlarmModelName", # required
      key_value: "KeyValue",
      note: "Note",
    }

@!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 acknowledge the alarm.
@return [String]

Constants

SENSITIVE