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.



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

def actions
  @actions
end

#alert_status"InAlert", "OK"

Returns the value of attribute alert_status.

Returns:

  • ("InAlert", "OK")


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::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.

Returns:

  • (::String)


9276
9277
9278
# File 'sig/types.rbs', line 9276

def monitoring_alert_name
  @monitoring_alert_name
end