enum Amazonite::Ssm::NotificationEvent

Defined in:

ssm/notification_event.cr

Enum Members

All = 0
InProgress = 1
Success = 2
TimedOut = 3
Cancelled = 4
Failed = 5

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AS::NotificationEvent #

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

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

[View source]

Instance Method Detail

def all? #

Returns true if this enum value equals All


[View source]
def cancelled? #

Returns true if this enum value equals Cancelled


[View source]
def failed? #

Returns true if this enum value equals Failed


[View source]
def in_progress? #

Returns true if this enum value equals InProgress


[View source]
def success? #

Returns true if this enum value equals Success


[View source]
def timed_out? #

Returns true if this enum value equals TimedOut


[View source]
def to_json_object_key : String #

[View source]