Class: Aws::CloudWatch::Types::SingleMetricAnomalyDetector
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::SingleMetricAnomalyDetector
- Defined in:
- gems/aws-sdk-cloudwatch/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
-
#dimensions ⇒ Array<Types::Dimension>
The metric dimensions to create the anomaly detection model for.
-
#metric_name ⇒ String
The name of the metric to create the anomaly detection model for.
-
#namespace ⇒ String
The namespace of the metric to create the anomaly detection model for.
-
#stat ⇒ String
The statistic to use for the metric and anomaly detection model.
Instance Attribute Details
#dimensions ⇒ Array<Types::Dimension>
The metric dimensions to create the anomaly detection model for.
4209 4210 4211 4212 4213 4214 4215 4216 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4209 class SingleMetricAnomalyDetector < Struct.new( :namespace, :metric_name, :dimensions, :stat) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric to create the anomaly detection model for.
4209 4210 4211 4212 4213 4214 4215 4216 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4209 class SingleMetricAnomalyDetector < Struct.new( :namespace, :metric_name, :dimensions, :stat) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the metric to create the anomaly detection model for.
4209 4210 4211 4212 4213 4214 4215 4216 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4209 class SingleMetricAnomalyDetector < Struct.new( :namespace, :metric_name, :dimensions, :stat) SENSITIVE = [] include Aws::Structure end |
#stat ⇒ String
The statistic to use for the metric and anomaly detection model.
4209 4210 4211 4212 4213 4214 4215 4216 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4209 class SingleMetricAnomalyDetector < Struct.new( :namespace, :metric_name, :dimensions, :stat) SENSITIVE = [] include Aws::Structure end |