enum Amazonite::CloudWatchLogs::Scope

Defined in:

cloudwatch_logs/scope.cr

Enum Members

All = 0

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def all? #

Returns true if this enum value equals All


[View source]
def to_json_object_key : String #

[View source]