class
Amazonite::CloudWatch::DeleteAnomalyDetectorInput
- Amazonite::CloudWatch::DeleteAnomalyDetectorInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/delete_anomaly_detector_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(anomaly_detector_id : String | Nil = nil, namespace : String | Nil = nil, metric_name : String | Nil = nil, dimensions : Array(Dimension) | Nil = nil, stat : String | Nil = nil, single_metric_anomaly_detector : SingleMetricAnomalyDetector | Nil = nil, metric_math_anomaly_detector : MetricMathAnomalyDetector | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_id : String | Nil
Specifies the unique identifier of the anomaly detector to delete.
-
#anomaly_detector_id=(anomaly_detector_id : String | Nil)
Specifies the unique identifier of the anomaly detector to delete.
-
#dimensions : Array(Dimension) | Nil
The metric dimensions associated with the anomaly detection model to delete.
-
#dimensions=(dimensions : Array(Dimension) | Nil)
The metric dimensions associated with the anomaly detection model to delete.
-
#hash(hasher)
See
Object#hash(hasher) -
#metric_math_anomaly_detector : MetricMathAnomalyDetector | Nil
The metric math anomaly detector to be deleted.
-
#metric_math_anomaly_detector=(metric_math_anomaly_detector : MetricMathAnomalyDetector | Nil)
The metric math anomaly detector to be deleted.
-
#metric_name : String | Nil
The metric name associated with the anomaly detection model to delete.
-
#metric_name=(metric_name : String | Nil)
The metric name associated with the anomaly detection model to delete.
-
#namespace : String | Nil
The namespace associated with the anomaly detection model to delete.
-
#namespace=(namespace : String | Nil)
The namespace associated with the anomaly detection model to delete.
-
#single_metric_anomaly_detector : SingleMetricAnomalyDetector | Nil
A single metric anomaly detector to be deleted.
-
#single_metric_anomaly_detector=(single_metric_anomaly_detector : SingleMetricAnomalyDetector | Nil)
A single metric anomaly detector to be deleted.
-
#stat : String | Nil
The statistic associated with the anomaly detection model to delete.
-
#stat=(stat : String | Nil)
The statistic associated with the anomaly detection model to delete.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies the unique identifier of the anomaly detector to delete. If you specify this parameter, you do not need to specify a metric to identify the detector.
Specifies the unique identifier of the anomaly detector to delete. If you specify this parameter, you do not need to specify a metric to identify the detector.
The metric dimensions associated with the anomaly detection model to delete.
The metric dimensions associated with the anomaly detection model to delete.
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.
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.
The metric name associated with the anomaly detection model to delete.
The metric name associated with the anomaly detection model to delete.
The namespace associated with the anomaly detection model to delete.
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.
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.
The statistic associated with the anomaly detection model to delete.