Class: Aws::CloudWatch::Types::DeleteAnomalyDetectorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteAnomalyDetectorInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::Dimension>
The metric dimensions associated with the anomaly detection model to delete.
-
#metric_math_anomaly_detector ⇒ Types::MetricMathAnomalyDetector
The metric math anomaly detector to be deleted.
-
#metric_name ⇒ String
The metric name associated with the anomaly detection model to delete.
-
#namespace ⇒ String
The namespace associated with the anomaly detection model to delete.
-
#single_metric_anomaly_detector ⇒ Types::SingleMetricAnomalyDetector
A single metric anomaly detector to be deleted.
-
#stat ⇒ String
The statistic associated with the anomaly detection model to delete.
Instance Attribute Details
#dimensions ⇒ Array<Types::Dimension>
The metric dimensions associated with the anomaly detection model to delete.
558 559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 558 class DeleteAnomalyDetectorInput < Struct.new( :namespace, :metric_name, :dimensions, :stat, :single_metric_anomaly_detector, :metric_math_anomaly_detector) SENSITIVE = [] include Aws::Structure end |
#metric_math_anomaly_detector ⇒ Types::MetricMathAnomalyDetector
The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:
-
Dimensions, -
MetricName -
Namespace -
Stat -
the
SingleMetricAnomalyDetectorparameters ofDeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the MetricMathAnomalyDetector property.
558 559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 558 class DeleteAnomalyDetectorInput < Struct.new( :namespace, :metric_name, :dimensions, :stat, :single_metric_anomaly_detector, :metric_math_anomaly_detector) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The metric name associated with the anomaly detection model to delete.
558 559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 558 class DeleteAnomalyDetectorInput < Struct.new( :namespace, :metric_name, :dimensions, :stat, :single_metric_anomaly_detector, :metric_math_anomaly_detector) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace associated with the anomaly detection model to delete.
558 559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 558 class DeleteAnomalyDetectorInput < Struct.new( :namespace, :metric_name, :dimensions, :stat, :single_metric_anomaly_detector, :metric_math_anomaly_detector) SENSITIVE = [] include Aws::Structure end |
#single_metric_anomaly_detector ⇒ Types::SingleMetricAnomalyDetector
A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same operation:
-
Dimensions, -
MetricName -
Namespace -
Stat -
the
MetricMathAnomalyDetectorparameters ofDeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the SingleMetricAnomalyDetector property.
558 559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 558 class DeleteAnomalyDetectorInput < Struct.new( :namespace, :metric_name, :dimensions, :stat, :single_metric_anomaly_detector, :metric_math_anomaly_detector) SENSITIVE = [] include Aws::Structure end |
#stat ⇒ String
The statistic associated with the anomaly detection model to delete.
558 559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 558 class DeleteAnomalyDetectorInput < Struct.new( :namespace, :metric_name, :dimensions, :stat, :single_metric_anomaly_detector, :metric_math_anomaly_detector) SENSITIVE = [] include Aws::Structure end |