Class: Aws::Types::MonitoringAlertSummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringAlertSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::MonitoringAlertActions
Returns the value of attribute actions.
-
#alert_status ⇒ "InAlert", "OK"
Returns the value of attribute alert_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#datapoints_to_alert ⇒ ::Integer
Returns the value of attribute datapoints_to_alert.
-
#evaluation_period ⇒ ::Integer
Returns the value of attribute evaluation_period.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
Instance Attribute Details
#actions ⇒ Types::MonitoringAlertActions
Returns the value of attribute actions.
9344 9345 9346 |
# File 'sig/types.rbs', line 9344 def actions @actions end |
#alert_status ⇒ "InAlert", "OK"
Returns the value of attribute alert_status.
9341 9342 9343 |
# File 'sig/types.rbs', line 9341 def alert_status @alert_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9339 9340 9341 |
# File 'sig/types.rbs', line 9339 def creation_time @creation_time end |
#datapoints_to_alert ⇒ ::Integer
Returns the value of attribute datapoints_to_alert.
9342 9343 9344 |
# File 'sig/types.rbs', line 9342 def datapoints_to_alert @datapoints_to_alert end |
#evaluation_period ⇒ ::Integer
Returns the value of attribute evaluation_period.
9343 9344 9345 |
# File 'sig/types.rbs', line 9343 def evaluation_period @evaluation_period end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9340 9341 9342 |
# File 'sig/types.rbs', line 9340 def last_modified_time @last_modified_time end |
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
9338 9339 9340 |
# File 'sig/types.rbs', line 9338 def monitoring_alert_name @monitoring_alert_name end |