Class: Aws::IoTEvents::Types::DescribeAlarmModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeAlarmModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
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.
1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1038 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.
1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1038 class DescribeAlarmModelRequest < Struct.new( :alarm_model_name, :alarm_model_version) SENSITIVE = [] include Aws::Structure end |