Class: Aws::Types::MonitoringAlertSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::MonitoringAlertActions

Returns the value of attribute actions.



9297
9298
9299
# File 'sig/types.rbs', line 9297

def actions
  @actions
end

#alert_status"InAlert", "OK"

Returns the value of attribute alert_status.

Returns:

  • ("InAlert", "OK")


9294
9295
9296
# File 'sig/types.rbs', line 9294

def alert_status
  @alert_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9292
9293
9294
# File 'sig/types.rbs', line 9292

def creation_time
  @creation_time
end

#datapoints_to_alert::Integer

Returns the value of attribute datapoints_to_alert.

Returns:

  • (::Integer)


9295
9296
9297
# File 'sig/types.rbs', line 9295

def datapoints_to_alert
  @datapoints_to_alert
end

#evaluation_period::Integer

Returns the value of attribute evaluation_period.

Returns:

  • (::Integer)


9296
9297
9298
# File 'sig/types.rbs', line 9296

def evaluation_period
  @evaluation_period
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9293
9294
9295
# File 'sig/types.rbs', line 9293

def last_modified_time
  @last_modified_time
end

#monitoring_alert_name::String

Returns the value of attribute monitoring_alert_name.

Returns:

  • (::String)


9291
9292
9293
# File 'sig/types.rbs', line 9291

def monitoring_alert_name
  @monitoring_alert_name
end