Class: Aws::Types::AlarmStateChangeDetail
- Inherits:
-
Object
- Object
- Aws::Types::AlarmStateChangeDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#previous_state ⇒ "OK", ...
Returns the value of attribute previous_state.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#state ⇒ "OK", ...
Returns the value of attribute state.
Instance Attribute Details
#previous_state ⇒ "OK", ...
Returns the value of attribute previous_state.
26 27 28 |
# File 'sig/types.rbs', line 26 def previous_state @previous_state end |
#reason ⇒ ::String
Returns the value of attribute reason.
27 28 29 |
# File 'sig/types.rbs', line 27 def reason @reason end |
#state ⇒ "OK", ...
Returns the value of attribute state.
25 26 27 |
# File 'sig/types.rbs', line 25 def state @state end |