enum Amazonite::CloudWatchLogs::IndexCategory

Defined in:

cloudwatch_logs/index_category.cr

Enum Members

Default = 0
Custom = 1
Auto = 2
Inactive = 3

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def auto? #

Returns true if this enum value equals Auto


[View source]
def custom? #

Returns true if this enum value equals Custom


[View source]
def default? #

Returns true if this enum value equals Default


[View source]
def inactive? #

Returns true if this enum value equals Inactive


[View source]
def to_json_object_key : String #

[View source]