enum Amazonite::CloudWatch::AnomalyDetectorType

Defined in:

cloudwatch/anomaly_detector_type.cr

Enum Members

SingleMetric = 0
MetricMath = 1

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : ACW::AnomalyDetectorType #

[View source]
def self.from_json_object_key?(key : String) : ACW::AnomalyDetectorType | Nil #

[View source]
def self.to_json(e : AnomalyDetectorType, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def metric_math? #

Returns true if this enum value equals MetricMath


[View source]
def single_metric? #

Returns true if this enum value equals SingleMetric


[View source]
def to_json_object_key : String #

[View source]