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.
12303 12304 12305 |
# File 'sig/types.rbs', line 12303 def monitoring_alert_name @monitoring_alert_name end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
12302 12303 12304 |
# File 'sig/types.rbs', line 12302 def monitoring_schedule_arn @monitoring_schedule_arn end |