You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatch::Types::DeleteAnomalyDetectorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteAnomalyDetectorInput
- Defined in:
- (unknown)
Overview
When passing DeleteAnomalyDetectorInput as input to an Aws::Client method, you can use a vanilla Hash:
{
namespace: "Namespace", # required
metric_name: "MetricName", # required
dimensions: [
{
name: "DimensionName", # required
value: "DimensionValue", # required
},
],
stat: "AnomalyDetectorMetricStat", # required
}
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::Dimension>
The metric dimensions associated with the anomaly detection model to delete.
-
#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.
-
#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.
#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.
#stat ⇒ String
The statistic associated with the anomaly detection model to delete.