Class: Aws::Types::SetAlarmStateInput
- Inherits:
-
Object
- Object
- Aws::Types::SetAlarmStateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_reason_data ⇒ ::String
Returns the value of attribute state_reason_data.
-
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
Instance Attribute Details
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def alarm_name @alarm_name end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def state_reason @state_reason end |
#state_reason_data ⇒ ::String
Returns the value of attribute state_reason_data.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def state_reason_data @state_reason_data end |
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def state_value @state_value end |