enum

Amazonite::SsmV1::CommandPluginStatus

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

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

Instance methods

cancelled?

Returns true if this enum value equals Cancelled

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