enum Amazonite::SsmV1::NotificationEvent

Defined in:

ssm_v1/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.to_json(e : NotificationEvent, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def all? #

[View source]
def cancelled? #

[View source]
def failed? #

[View source]
def in_progress? #

[View source]
def success? #

[View source]
def timed_out? #

[View source]