Class: Aws::Types::TestAlarmRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestAlarmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#state ⇒ "OK", ...
Returns the value of attribute state.
Instance Attribute Details
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def alarm_name @alarm_name end |
#state ⇒ "OK", ...
Returns the value of attribute state.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def state @state end |