Class: Aws::IoTEvents::Types::DescribeAlarmModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeAlarmModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass DescribeAlarmModelRequest data as a hash:
{
alarm_model_name: "AlarmModelName", # required
alarm_model_version: "AlarmModelVersion",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_model_name ⇒ String
The name of the alarm model.
-
#alarm_model_version ⇒ String
The version of the alarm model.
Instance Attribute Details
#alarm_model_name ⇒ String
The name of the alarm model.
2154 2155 2156 2157 2158 2159 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2154 class DescribeAlarmModelRequest < Struct.new( :alarm_model_name, :alarm_model_version) SENSITIVE = [] include Aws::Structure end |
#alarm_model_version ⇒ String
The version of the alarm model.
2154 2155 2156 2157 2158 2159 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2154 class DescribeAlarmModelRequest < Struct.new( :alarm_model_name, :alarm_model_version) SENSITIVE = [] include Aws::Structure end |