class
Amazonite::CloudWatch::MetricMathAnomalyDetector
- Amazonite::CloudWatch::MetricMathAnomalyDetector
- Reference
- Object
Overview
Indicates the CloudWatch math expression that provides the time series the anomaly detector uses as input. The designated math expression must return a single time series.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/metric_math_anomaly_detector.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#metric_data_queries : Array(MetricDataQuery) | Nil
An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression.
-
#metric_data_queries=(metric_data_queries : Array(MetricDataQuery) | Nil)
An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of metric data query structures that enables you to create an anomaly detector based on
the result of a metric math expression. Each item in MetricDataQueries gets a metric or
performs a math expression. One item in MetricDataQueries is the expression that provides the
time series that the anomaly detector uses as input. Designate the expression by setting
ReturnData to true for this object in the array. For all other expressions and metrics, set
ReturnData to false. The designated expression must return a single time series.
An array of metric data query structures that enables you to create an anomaly detector based on
the result of a metric math expression. Each item in MetricDataQueries gets a metric or
performs a math expression. One item in MetricDataQueries is the expression that provides the
time series that the anomaly detector uses as input. Designate the expression by setting
ReturnData to true for this object in the array. For all other expressions and metrics, set
ReturnData to false. The designated expression must return a single time series.