Class: Aws::IoTEventsData::Types::Alarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::Alarm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Contains information about an alarm.
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.
-
#alarm_state ⇒ Types::AlarmState
Contains information about the current state of the alarm.
-
#creation_time ⇒ Time
The time the alarm was created, in the Unix epoch format.
-
#key_value ⇒ String
The value of the key used as a filter to select only the alarms associated with the [key].
-
#last_update_time ⇒ Time
The time the alarm was last updated, in the Unix epoch format.
-
#severity ⇒ Integer
A non-negative integer that reflects the severity level of the alarm.
Instance Attribute Details
#alarm_model_name ⇒ String
The name of the alarm model.
93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 93 class Alarm < Struct.new( :alarm_model_name, :alarm_model_version, :key_value, :alarm_state, :severity, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#alarm_model_version ⇒ String
The version of the alarm model.
93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 93 class Alarm < Struct.new( :alarm_model_name, :alarm_model_version, :key_value, :alarm_state, :severity, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#alarm_state ⇒ Types::AlarmState
Contains information about the current state of the alarm.
93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 93 class Alarm < Struct.new( :alarm_model_name, :alarm_model_version, :key_value, :alarm_state, :severity, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the alarm was created, in the Unix epoch format.
93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 93 class Alarm < Struct.new( :alarm_model_name, :alarm_model_version, :key_value, :alarm_state, :severity, :creation_time, :last_update_time) 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].
93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 93 class Alarm < Struct.new( :alarm_model_name, :alarm_model_version, :key_value, :alarm_state, :severity, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time the alarm was last updated, in the Unix epoch format.
93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 93 class Alarm < Struct.new( :alarm_model_name, :alarm_model_version, :key_value, :alarm_state, :severity, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ Integer
A non-negative integer that reflects the severity level of the alarm.
93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 93 class Alarm < Struct.new( :alarm_model_name, :alarm_model_version, :key_value, :alarm_state, :severity, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |