Class: Aws::Types::MonitoringAlertHistorySummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringAlertHistorySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alert_status ⇒ "InAlert", "OK"
Returns the value of attribute alert_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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
#alert_status ⇒ "InAlert", "OK"
Returns the value of attribute alert_status.
9271 9272 9273 |
# File 'sig/types.rbs', line 9271 def alert_status @alert_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9270 9271 9272 |
# File 'sig/types.rbs', line 9270 def creation_time @creation_time end |
#monitoring_alert_name ⇒ ::String
Returns the value of attribute monitoring_alert_name.
9269 9270 9271 |
# File 'sig/types.rbs', line 9269 def monitoring_alert_name @monitoring_alert_name end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
9268 9269 9270 |
# File 'sig/types.rbs', line 9268 def monitoring_schedule_name @monitoring_schedule_name end |