Class: Aws::Types::MonitoringAlertHistorySummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#alert_status"InAlert", "OK"

Returns the value of attribute alert_status.

Returns:



9333
9334
9335
# File 'sig/types.rbs', line 9333

def alert_status
  @alert_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



9332
9333
9334
# File 'sig/types.rbs', line 9332

def creation_time
  @creation_time
end

#monitoring_alert_name::String

Returns the value of attribute monitoring_alert_name.

Returns:



9331
9332
9333
# File 'sig/types.rbs', line 9331

def monitoring_alert_name
  @monitoring_alert_name
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:



9330
9331
9332
# File 'sig/types.rbs', line 9330

def monitoring_schedule_name
  @monitoring_schedule_name
end