Class: Aws::IoTEvents::Types::AlarmModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::AlarmModelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Contains a summary of an alarm model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_model_description ⇒ String
The description of the alarm model.
-
#alarm_model_name ⇒ String
The name of the alarm model.
-
#creation_time ⇒ Time
The time the alarm model was created, in the Unix epoch format.
Instance Attribute Details
#alarm_model_description ⇒ String
The description of the alarm model.
375 376 377 378 379 380 381 |
# File 'lib/aws-sdk-iotevents/types.rb', line 375 class AlarmModelSummary < Struct.new( :creation_time, :alarm_model_description, :alarm_model_name) SENSITIVE = [] include Aws::Structure end |
#alarm_model_name ⇒ String
The name of the alarm model.
375 376 377 378 379 380 381 |
# File 'lib/aws-sdk-iotevents/types.rb', line 375 class AlarmModelSummary < Struct.new( :creation_time, :alarm_model_description, :alarm_model_name) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the alarm model was created, in the Unix epoch format.
375 376 377 378 379 380 381 |
# File 'lib/aws-sdk-iotevents/types.rb', line 375 class AlarmModelSummary < Struct.new( :creation_time, :alarm_model_description, :alarm_model_name) SENSITIVE = [] include Aws::Structure end |