Class: Aws::Types::Alarm
- Inherits:
-
Object
- Object
- Aws::Types::Alarm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
Instance Attribute Details
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def alarm_name @alarm_name end |