Class: Aws::Types::UpdateMonitoringAlertResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitoringAlertResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
-
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
Instance Attribute Details
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
12326 12327 12328 |
# File 'sig/types.rbs', line 12326 def monitoring_alert_name @monitoring_alert_name end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
12325 12326 12327 |
# File 'sig/types.rbs', line 12325 def monitoring_schedule_arn @monitoring_schedule_arn end |