Class: Aws::LookoutMetrics::Types::UpdateAlertRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

Action that will be triggered when there is an alert.

Returns:



2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2699

class UpdateAlertRequest < Struct.new(
  :alert_arn,
  :alert_description,
  :alert_sensitivity_threshold,
  :action,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_arnString

The ARN of the alert to update.

Returns:

  • (String)


2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2699

class UpdateAlertRequest < Struct.new(
  :alert_arn,
  :alert_description,
  :alert_sensitivity_threshold,
  :action,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_descriptionString

A description of the alert.

Returns:

  • (String)


2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2699

class UpdateAlertRequest < Struct.new(
  :alert_arn,
  :alert_description,
  :alert_sensitivity_threshold,
  :action,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_filtersTypes::AlertFilters

The configuration of the alert filters, containing MetricList and DimensionFilterList.

Returns:



2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2699

class UpdateAlertRequest < Struct.new(
  :alert_arn,
  :alert_description,
  :alert_sensitivity_threshold,
  :action,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_sensitivity_thresholdInteger

An integer from 0 to 100 specifying the alert sensitivity threshold.

Returns:

  • (Integer)


2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2699

class UpdateAlertRequest < Struct.new(
  :alert_arn,
  :alert_description,
  :alert_sensitivity_threshold,
  :action,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end