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.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
47 48 49 |
# File 'sig/types.rbs', line 47 def alarm_arn @alarm_arn end |
#source ⇒ ::String
Returns the value of attribute source.
48 49 50 |
# File 'sig/types.rbs', line 48 def source @source end |