Class: Aws::LookoutMetrics::Types::UpdateAlertRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::UpdateAlertRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Action that will be triggered when there is an alert.
-
#alert_arn ⇒ String
The ARN of the alert to update.
-
#alert_description ⇒ String
A description of the alert.
-
#alert_filters ⇒ Types::AlertFilters
The configuration of the alert filters, containing MetricList and DimensionFilterList.
-
#alert_sensitivity_threshold ⇒ Integer
An integer from 0 to 100 specifying the alert sensitivity threshold.
Instance Attribute Details
#action ⇒ Types::Action
Action that will be triggered when there is an alert.
2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File '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_arn ⇒ String
The ARN of the alert to update.
2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File '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_description ⇒ String
A description of the alert.
2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File '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_filters ⇒ Types::AlertFilters
The configuration of the alert filters, containing MetricList and DimensionFilterList.
2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File '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_threshold ⇒ Integer
An integer from 0 to 100 specifying the alert sensitivity threshold.
2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File '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 |