enum Amazonite::CloudWatchLogs::ScheduleType

Defined in:

cloudwatch_logs/schedule_type.cr

Enum Members

CustomerManaged = 0
AwsManaged = 1

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def aws_managed? #

Returns true if this enum value equals AwsManaged


[View source]
def customer_managed? #

Returns true if this enum value equals CustomerManaged


[View source]
def to_json_object_key : String #

[View source]