enum Amazonite::SsmV1::CommandStatus

Defined in:

ssm_v1/command_status.cr

Enum Members

Pending = 0
InProgress = 1
Success = 2
Cancelled = 3
Failed = 4
TimedOut = 5
Cancelling = 6

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def cancelled? #

[View source]
def cancelling? #

[View source]
def failed? #

[View source]
def in_progress? #

[View source]
def pending? #

[View source]
def success? #

[View source]
def timed_out? #

[View source]