enum Amazonite::SsmV1::PatchComplianceDataState

Defined in:

ssm_v1/patch_compliance_data_state.cr

Enum Members

Installed = 0
InstalledOther = 1
InstalledPendingReboot = 2
InstalledRejected = 3
Missing = 4
NotApplicable = 5
Failed = 6

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def failed? #

[View source]
def installed? #

[View source]
def installed_other? #

[View source]
def installed_pending_reboot? #

[View source]
def installed_rejected? #

[View source]
def missing? #

[View source]
def not_applicable? #

[View source]