enum Amazonite::CloudWatch::ComparisonOperator

Defined in:

cloudwatch/comparison_operator.cr

Enum Members

GreaterThanOrEqualToThreshold = 0
GreaterThanThreshold = 1
LessThanThreshold = 2
LessThanOrEqualToThreshold = 3
LessThanLowerOrGreaterThanUpperThreshold = 4
LessThanLowerThreshold = 5
GreaterThanUpperThreshold = 6

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def greater_than_or_equal_to_threshold? #

Returns true if this enum value equals GreaterThanOrEqualToThreshold


[View source]
def greater_than_threshold? #

Returns true if this enum value equals GreaterThanThreshold


[View source]
def greater_than_upper_threshold? #

Returns true if this enum value equals GreaterThanUpperThreshold


[View source]
def less_than_lower_or_greater_than_upper_threshold? #

Returns true if this enum value equals LessThanLowerOrGreaterThanUpperThreshold


[View source]
def less_than_lower_threshold? #

Returns true if this enum value equals LessThanLowerThreshold


[View source]
def less_than_or_equal_to_threshold? #

Returns true if this enum value equals LessThanOrEqualToThreshold


[View source]
def less_than_threshold? #

Returns true if this enum value equals LessThanThreshold


[View source]
def to_json_object_key : String #

[View source]