Class: AWS::CloudWatch::AlarmHistoryItem
- Inherits:
-
Object
- Object
- AWS::CloudWatch::AlarmHistoryItem
- Defined in:
- lib/aws/cloud_watch/alarm_history_item.rb
Instance Attribute Summary collapse
-
#alarm_name ⇒ String
readonly
The descriptive name for the alarm.
-
#history_data ⇒ String
(also: #data)
readonly
Machine-readable data about the alarm in JSON format.
-
#history_item_type ⇒ String
(also: #type)
readonly
The type of alarm history item.
-
#history_summary ⇒ String
(also: #summary)
readonly
A human-readable summary of the alarm history.
-
#timestamp ⇒ Time
readonly
The time stamp for the alarm history item.
Instance Attribute Details
#alarm_name ⇒ String (readonly)
Returns The descriptive name for the alarm.
28 29 30 |
# File 'lib/aws/cloud_watch/alarm_history_item.rb', line 28 def alarm_name @alarm_name end |
#history_data ⇒ String (readonly) Also known as: data
Returns Machine-readable data about the alarm in JSON format.
31 32 33 |
# File 'lib/aws/cloud_watch/alarm_history_item.rb', line 31 def history_data @history_data end |
#history_item_type ⇒ String (readonly) Also known as: type
Returns The type of alarm history item.
36 37 38 |
# File 'lib/aws/cloud_watch/alarm_history_item.rb', line 36 def history_item_type @history_item_type end |
#history_summary ⇒ String (readonly) Also known as: summary
Returns A human-readable summary of the alarm history.
41 42 43 |
# File 'lib/aws/cloud_watch/alarm_history_item.rb', line 41 def history_summary @history_summary end |
#timestamp ⇒ Time (readonly)
Returns The time stamp for the alarm history item.
46 47 48 |
# File 'lib/aws/cloud_watch/alarm_history_item.rb', line 46 def @timestamp end |