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.
13 14 15 |
# File 'sig/types.rbs', line 13 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
12 13 14 |
# File 'sig/types.rbs', line 12 def alarm_name @alarm_name end |