enum
Amazonite::CloudWatch::AnomalyDetectorType
Defined in:
cloudwatch/anomaly_detector_type.crEnum Members
-
SingleMetric =
0 -
MetricMath =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACW::AnomalyDetectorType
- .from_json_object_key?(key : String) : ACW::AnomalyDetectorType | Nil
- .to_json(e : AnomalyDetectorType, json : JSON::Builder) : Nil
Instance Method Summary
-
#metric_math?
Returns
trueif this enum value equalsMetricMath -
#single_metric?
Returns
trueif this enum value equalsSingleMetric - #to_json_object_key : String