class Aws::CloudWatch::Types::DeleteAnomalyDetectorInput

@note When making an API call, you may pass DeleteAnomalyDetectorInput

data as a hash:

    {
      namespace: "Namespace", # required
      metric_name: "MetricName", # required
      dimensions: [
        {
          name: "DimensionName", # required
          value: "DimensionValue", # required
        },
      ],
      stat: "AnomalyDetectorMetricStat", # required
    }

@!attribute [rw] namespace

The namespace associated with the anomaly detection model to delete.
@return [String]

@!attribute [rw] metric_name

The metric name associated with the anomaly detection model to
delete.
@return [String]

@!attribute [rw] dimensions

The metric dimensions associated with the anomaly detection model to
delete.
@return [Array<Types::Dimension>]

@!attribute [rw] stat

The statistic associated with the anomaly detection model to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/DeleteAnomalyDetectorInput AWS API Documentation

Constants

SENSITIVE