enum Amazonite::Ssm::CommandPluginStatus

Defined in:

ssm/command_plugin_status.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]
def self.from_json_object_key?(key : String) : AS::CommandPluginStatus | Nil #

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

[View source]

Instance Method Detail

def cancelled? #

Returns true if this enum value equals Cancelled


[View source]
def failed? #

Returns true if this enum value equals Failed


[View source]
def in_progress? #

Returns true if this enum value equals InProgress


[View source]
def pending? #

Returns true if this enum value equals Pending


[View source]
def success? #

Returns true if this enum value equals Success


[View source]
def timed_out? #

Returns true if this enum value equals TimedOut


[View source]
def to_json_object_key : String #

[View source]