Class: Aws::Types::Alarms
- Inherits:
-
Object
- Object
- Aws::Types::Alarms
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_role_arn ⇒ ::String
Returns the value of attribute alarm_role_arn.
-
#notification_lambda_arn ⇒ ::String
Returns the value of attribute notification_lambda_arn.
Instance Attribute Details
#alarm_role_arn ⇒ ::String
Returns the value of attribute alarm_role_arn.
65 66 67 |
# File 'sig/types.rbs', line 65 def alarm_role_arn @alarm_role_arn end |
#notification_lambda_arn ⇒ ::String
Returns the value of attribute notification_lambda_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def notification_lambda_arn @notification_lambda_arn end |