enum Amazonite::CloudWatchLogs::IndexType

Defined in:

cloudwatch_logs/index_type.cr

Enum Members

Facet = 0
FieldIndex = 1

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : ACWL::IndexType #

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

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

[View source]

Instance Method Detail

def facet? #

Returns true if this enum value equals Facet


[View source]
def field_index? #

Returns true if this enum value equals FieldIndex


[View source]
def to_json_object_key : String #

[View source]