enum Amazonite::EventBridge::ReplayState

Defined in:

eventbridge/replay_state.cr

Enum Members

Starting = 0
Running = 1
Cancelling = 2
Completed = 3
Cancelled = 4
Failed = 5

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AEB::ReplayState #

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

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

[View source]

Instance Method Detail

def cancelled? #

Returns true if this enum value equals Cancelled


[View source]
def cancelling? #

Returns true if this enum value equals Cancelling


[View source]
def completed? #

Returns true if this enum value equals Completed


[View source]
def failed? #

Returns true if this enum value equals Failed


[View source]
def running? #

Returns true if this enum value equals Running


[View source]
def starting? #

Returns true if this enum value equals Starting


[View source]
def to_json_object_key : String #

[View source]