Class: Aws::Types::AlarmSummary
- Inherits:
-
Object
- Object
- Aws::Types::AlarmSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
-
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#key_value ⇒ ::String
Returns the value of attribute key_value.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#state_name ⇒ "DISABLED", ...
Returns the value of attribute state_name.
Instance Attribute Details
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def alarm_model_name @alarm_model_name end |
#alarm_model_version ⇒ ::String
Returns the value of attribute alarm_model_version.
45 46 47 |
# File 'sig/types.rbs', line 45 def alarm_model_version @alarm_model_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
48 49 50 |
# File 'sig/types.rbs', line 48 def creation_time @creation_time end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
46 47 48 |
# File 'sig/types.rbs', line 46 def key_value @key_value end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
49 50 51 |
# File 'sig/types.rbs', line 49 def last_update_time @last_update_time end |
#state_name ⇒ "DISABLED", ...
Returns the value of attribute state_name.
47 48 49 |
# File 'sig/types.rbs', line 47 def state_name @state_name end |