Class: Aws::Types::AcknowledgeAlarmActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcknowledgeAlarmActionRequest
- 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.
-
#key_value ⇒ ::String
Returns the value of attribute key_value.
-
#note ⇒ ::String
Returns the value of attribute note.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def alarm_model_name @alarm_model_name end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
19 20 21 |
# File 'sig/types.rbs', line 19 def key_value @key_value end |
#note ⇒ ::String
Returns the value of attribute note.
20 21 22 |
# File 'sig/types.rbs', line 20 def note @note end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def request_id @request_id end |