enum

Amazonite::SsmV1::CommandInvocationStatus

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

from_json(pull : JSON::PullParser) : AS::CommandInvocationStatus
Source
to_json(e : CommandInvocationStatus, json : JSON::Builder) : Nil
Source

Instance methods

cancelled?

Returns true if this enum value equals Cancelled

Source
cancelling?

Returns true if this enum value equals Cancelling

Source
delayed?

Returns true if this enum value equals Delayed

Source
failed?

Returns true if this enum value equals Failed

Source
in_progress?

Returns true if this enum value equals InProgress

Source
pending?

Returns true if this enum value equals Pending

Source
success?

Returns true if this enum value equals Success

Source
timed_out?

Returns true if this enum value equals TimedOut

Source