Class: Aws::Types::AlarmHistoryItem
- Inherits:
-
Object
- Object
- Aws::Types::AlarmHistoryItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_contributor_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute alarm_contributor_attributes.
-
#alarm_contributor_id ⇒ ::String
Returns the value of attribute alarm_contributor_id.
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#alarm_type ⇒ "CompositeAlarm", ...
Returns the value of attribute alarm_type.
-
#history_data ⇒ ::String
Returns the value of attribute history_data.
-
#history_item_type ⇒ "ConfigurationUpdate", ...
Returns the value of attribute history_item_type.
-
#history_summary ⇒ ::String
Returns the value of attribute history_summary.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#alarm_contributor_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute alarm_contributor_attributes.
27 28 29 |
# File 'sig/types.rbs', line 27 def alarm_contributor_attributes @alarm_contributor_attributes end |
#alarm_contributor_id ⇒ ::String
Returns the value of attribute alarm_contributor_id.
21 22 23 |
# File 'sig/types.rbs', line 21 def alarm_contributor_id @alarm_contributor_id end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
20 21 22 |
# File 'sig/types.rbs', line 20 def alarm_name @alarm_name end |
#alarm_type ⇒ "CompositeAlarm", ...
Returns the value of attribute alarm_type.
22 23 24 |
# File 'sig/types.rbs', line 22 def alarm_type @alarm_type end |
#history_data ⇒ ::String
Returns the value of attribute history_data.
26 27 28 |
# File 'sig/types.rbs', line 26 def history_data @history_data end |
#history_item_type ⇒ "ConfigurationUpdate", ...
Returns the value of attribute history_item_type.
24 25 26 |
# File 'sig/types.rbs', line 24 def history_item_type @history_item_type end |
#history_summary ⇒ ::String
Returns the value of attribute history_summary.
25 26 27 |
# File 'sig/types.rbs', line 25 def history_summary @history_summary end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
23 24 25 |
# File 'sig/types.rbs', line 23 def @timestamp end |