enum Amazonite::Ssm::InventoryQueryOperatorType

Defined in:

ssm/inventory_query_operator_type.cr

Enum Members

Equal = 0
NotEqual = 1
BeginWith = 2
LessThan = 3
GreaterThan = 4
Exists = 5

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AS::InventoryQueryOperatorType #

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

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

[View source]

Instance Method Detail

def begin_with? #

Returns true if this enum value equals BeginWith


[View source]
def equal? #

Returns true if this enum value equals Equal


[View source]
def exists? #

Returns true if this enum value equals Exists


[View source]
def greater_than? #

Returns true if this enum value equals GreaterThan


[View source]
def less_than? #

Returns true if this enum value equals LessThan


[View source]
def not_equal? #

Returns true if this enum value equals NotEqual


[View source]
def to_json_object_key : String #

[View source]