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:

  • ("InAlert", "OK")


9286
9287
9288
# File 'sig/types.rbs', line 9286

def alert_status
  @alert_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9285
9286
9287
# File 'sig/types.rbs', line 9285

def creation_time
  @creation_time
end

#monitoring_alert_name::String

Returns the value of attribute monitoring_alert_name.

Returns:

  • (::String)


9284
9285
9286
# File 'sig/types.rbs', line 9284

def monitoring_alert_name
  @monitoring_alert_name
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


9283
9284
9285
# File 'sig/types.rbs', line 9283

def monitoring_schedule_name
  @monitoring_schedule_name
end