Class: Aws::CloudWatch::Types::SingleMetricAnomalyDetector

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Designates the CloudWatch metric and statistic that provides the time series the anomaly detector uses as input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::Dimension>

The metric dimensions to create the anomaly detection model for.

Returns:



4168
4169
4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4168

class SingleMetricAnomalyDetector < Struct.new(
  :namespace,
  :metric_name,
  :dimensions,
  :stat)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the metric to create the anomaly detection model for.

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4168

class SingleMetricAnomalyDetector < Struct.new(
  :namespace,
  :metric_name,
  :dimensions,
  :stat)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the metric to create the anomaly detection model for.

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4168

class SingleMetricAnomalyDetector < Struct.new(
  :namespace,
  :metric_name,
  :dimensions,
  :stat)
  SENSITIVE = []
  include Aws::Structure
end

#statString

The statistic to use for the metric and anomaly detection model.

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4168

class SingleMetricAnomalyDetector < Struct.new(
  :namespace,
  :metric_name,
  :dimensions,
  :stat)
  SENSITIVE = []
  include Aws::Structure
end