enum Amazonite::SsmV1::CommandInvocationStatus

Defined in:

ssm_v1/command_invocation_status.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def cancelled? #

[View source]
def cancelling? #

[View source]
def delayed? #

[View source]
def failed? #

[View source]
def in_progress? #

[View source]
def pending? #

[View source]
def success? #

[View source]
def timed_out? #

[View source]