Class: Aws::IoTEventsData::Types::AcknowledgeAlarmActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::AcknowledgeAlarmActionRequest
- Defined in:
- gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb
Overview
Information needed to acknowledge 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 acknowledge the alarm.
-
#request_id ⇒ String
The request ID.
Instance Attribute Details
#alarm_model_name ⇒ String
The name of the alarm model.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 48 class AcknowledgeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) 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.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 48 class AcknowledgeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) SENSITIVE = [] include Aws::Structure end |
#note ⇒ String
The note that you can leave when you acknowledge the alarm.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 48 class AcknowledgeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID. Each ID must be unique within each batch.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 48 class AcknowledgeAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) SENSITIVE = [] include Aws::Structure end |