Class: Aws::Types::UpdateMonitoringAlertRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitoringAlertRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datapoints_to_alert ⇒ ::Integer
Returns the value of attribute datapoints_to_alert.
-
#evaluation_period ⇒ ::Integer
Returns the value of attribute evaluation_period.
-
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
-
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
Instance Attribute Details
#datapoints_to_alert ⇒ ::Integer
Returns the value of attribute datapoints_to_alert.
12319 12320 12321 |
# File 'sig/types.rbs', line 12319 def datapoints_to_alert @datapoints_to_alert end |
#evaluation_period ⇒ ::Integer
Returns the value of attribute evaluation_period.
12320 12321 12322 |
# File 'sig/types.rbs', line 12320 def evaluation_period @evaluation_period end |
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
12318 12319 12320 |
# File 'sig/types.rbs', line 12318 def monitoring_alert_name @monitoring_alert_name end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
12317 12318 12319 |
# File 'sig/types.rbs', line 12317 def monitoring_schedule_name @monitoring_schedule_name end |