Class: Aws::Types::UpdateMonitoringAlertRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#datapoints_to_alert::Integer

Returns the value of attribute datapoints_to_alert.

Returns:

  • (::Integer)


12380
12381
12382
# File 'sig/types.rbs', line 12380

def datapoints_to_alert
  @datapoints_to_alert
end

#evaluation_period::Integer

Returns the value of attribute evaluation_period.

Returns:

  • (::Integer)


12381
12382
12383
# File 'sig/types.rbs', line 12381

def evaluation_period
  @evaluation_period
end

#monitoring_alert_name::String

Returns the value of attribute monitoring_alert_name.

Returns:

  • (::String)


12379
12380
12381
# File 'sig/types.rbs', line 12379

def monitoring_alert_name
  @monitoring_alert_name
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


12378
12379
12380
# File 'sig/types.rbs', line 12378

def monitoring_schedule_name
  @monitoring_schedule_name
end