Class: Aws::IoTEventsData::Types::DescribeAlarmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::DescribeAlarmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
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].
Instance Attribute Details
#alarm_model_name ⇒ String
The name of the alarm model.
621 622 623 624 625 626 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 621 class DescribeAlarmRequest < Struct.new( :alarm_model_name, :key_value) 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].
621 622 623 624 625 626 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 621 class DescribeAlarmRequest < Struct.new( :alarm_model_name, :key_value) SENSITIVE = [] include Aws::Structure end |