enum
Amazonite::CloudWatch::ComparisonOperator
Defined in:
cloudwatch/comparison_operator.crEnum Members
-
GreaterThanOrEqualToThreshold =
0 -
GreaterThanThreshold =
1 -
LessThanThreshold =
2 -
LessThanOrEqualToThreshold =
3 -
LessThanLowerOrGreaterThanUpperThreshold =
4 -
LessThanLowerThreshold =
5 -
GreaterThanUpperThreshold =
6
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACW::ComparisonOperator
- .from_json_object_key?(key : String) : ACW::ComparisonOperator | Nil
- .to_json(e : ComparisonOperator, json : JSON::Builder) : Nil
Instance Method Summary
-
#greater_than_or_equal_to_threshold?
Returns
trueif this enum value equalsGreaterThanOrEqualToThreshold -
#greater_than_threshold?
Returns
trueif this enum value equalsGreaterThanThreshold -
#greater_than_upper_threshold?
Returns
trueif this enum value equalsGreaterThanUpperThreshold -
#less_than_lower_or_greater_than_upper_threshold?
Returns
trueif this enum value equalsLessThanLowerOrGreaterThanUpperThreshold -
#less_than_lower_threshold?
Returns
trueif this enum value equalsLessThanLowerThreshold -
#less_than_or_equal_to_threshold?
Returns
trueif this enum value equalsLessThanOrEqualToThreshold -
#less_than_threshold?
Returns
trueif this enum value equalsLessThanThreshold - #to_json_object_key : String
Class Method Detail
Instance Method Detail
def greater_than_or_equal_to_threshold?
#
Returns true if this enum value equals GreaterThanOrEqualToThreshold
def greater_than_upper_threshold?
#
Returns true if this enum value equals GreaterThanUpperThreshold
def less_than_lower_or_greater_than_upper_threshold?
#
Returns true if this enum value equals LessThanLowerOrGreaterThanUpperThreshold
def less_than_or_equal_to_threshold?
#
Returns true if this enum value equals LessThanOrEqualToThreshold