Class: Aws::Types::DescribeAlarmRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAlarmRequest
- 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.
Instance Attribute Details
#alarm_model_name ⇒ ::String
Returns the value of attribute alarm_model_name.
179 180 181 |
# File 'sig/types.rbs', line 179 def alarm_model_name @alarm_model_name end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
180 181 182 |
# File 'sig/types.rbs', line 180 def key_value @key_value end |