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.
9282 9283 9284 |
# File 'sig/types.rbs', line 9282 def actions @actions end |
#alert_status ⇒ "InAlert", "OK"
Returns the value of attribute alert_status.
9279 9280 9281 |
# File 'sig/types.rbs', line 9279 def alert_status @alert_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9277 9278 9279 |
# File 'sig/types.rbs', line 9277 def creation_time @creation_time end |
#datapoints_to_alert ⇒ ::Integer
Returns the value of attribute datapoints_to_alert.
9280 9281 9282 |
# File 'sig/types.rbs', line 9280 def datapoints_to_alert @datapoints_to_alert end |
#evaluation_period ⇒ ::Integer
Returns the value of attribute evaluation_period.
9281 9282 9283 |
# File 'sig/types.rbs', line 9281 def evaluation_period @evaluation_period end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9278 9279 9280 |
# File 'sig/types.rbs', line 9278 def last_modified_time @last_modified_time end |
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
9276 9277 9278 |
# File 'sig/types.rbs', line 9276 def monitoring_alert_name @monitoring_alert_name end |