enum Amazonite::SsmV1::MaintenanceWindowExecutionStatus

Defined in:

ssm_v1/maintenance_window_execution_status.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def cancelled? #

[View source]
def cancelling? #

[View source]
def failed? #

[View source]
def in_progress? #

[View source]
def pending? #

[View source]
def skipped_overlapping? #

[View source]
def success? #

[View source]
def timed_out? #

[View source]