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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#dimensionsArray<Types::Dimension>

The metric dimensions associated with the anomaly detection model to delete.

Returns:

  • (Array<Types::Dimension>)

    The metric dimensions associated with the anomaly detection model to delete.

#metric_nameString

The metric name associated with the anomaly detection model to delete.

Returns:

  • (String)

    The metric name associated with the anomaly detection model to delete.

#namespaceString

The namespace associated with the anomaly detection model to delete.

Returns:

  • (String)

    The namespace associated with the anomaly detection model to delete.

#statString

The statistic associated with the anomaly detection model to delete.

Returns:

  • (String)

    The statistic associated with the anomaly detection model to delete.