Class: Aws::IoTEventsData::Types::SnoozeAlarmActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::SnoozeAlarmActionRequest
- Defined in:
- gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb
Overview
Information needed to snooze the alarm.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_model_name ⇒ String
The name of the alarm model.
-
#key_value ⇒ String
The value of the key used as a filter to select only the alarms associated with the [key][1].
-
#note ⇒ String
The note that you can leave when you snooze the alarm.
-
#request_id ⇒ String
The request ID.
-
#snooze_duration ⇒ Integer
The snooze time in seconds.
Instance Attribute Details
#alarm_model_name ⇒ String
The name of the alarm model.
1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1174 class SnoozeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note, :snooze_duration) SENSITIVE = [] include Aws::Structure end |
#key_value ⇒ String
The value of the key used as a filter to select only the alarms associated with the key.
1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1174 class SnoozeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note, :snooze_duration) SENSITIVE = [] include Aws::Structure end |
#note ⇒ String
The note that you can leave when you snooze the alarm.
1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1174 class SnoozeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note, :snooze_duration) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID. Each ID must be unique within each batch.
1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1174 class SnoozeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note, :snooze_duration) SENSITIVE = [] include Aws::Structure end |
#snooze_duration ⇒ Integer
The snooze time in seconds. The alarm automatically changes to the
NORMAL
state after this duration.
1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1174 class SnoozeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note, :snooze_duration) SENSITIVE = [] include Aws::Structure end |