Class: Aws::Types::Monitor
- Inherits:
-
Object
- Object
- Aws::Types::Monitor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
-
#alarm_role_arn ⇒ ::String
Returns the value of attribute alarm_role_arn.
Instance Attribute Details
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
755 756 757 |
# File 'sig/types.rbs', line 755 def alarm_arn @alarm_arn end |
#alarm_role_arn ⇒ ::String
Returns the value of attribute alarm_role_arn.
756 757 758 |
# File 'sig/types.rbs', line 756 def alarm_role_arn @alarm_role_arn end |