enum

Amazonite::SsmV1::CommandStatus

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

from_json(pull : JSON::PullParser) : AS::CommandStatus
Source
to_json(e : CommandStatus, 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
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