enum Amazonite::Ssm::PatchComplianceDataState

Defined in:

ssm/patch_compliance_data_state.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def available_security_update? #

Returns true if this enum value equals AvailableSecurityUpdate


[View source]
def failed? #

Returns true if this enum value equals Failed


[View source]
def installed? #

Returns true if this enum value equals Installed


[View source]
def installed_other? #

Returns true if this enum value equals InstalledOther


[View source]
def installed_pending_reboot? #

Returns true if this enum value equals InstalledPendingReboot


[View source]
def installed_rejected? #

Returns true if this enum value equals InstalledRejected


[View source]
def missing? #

Returns true if this enum value equals Missing


[View source]
def not_applicable? #

Returns true if this enum value equals NotApplicable


[View source]
def to_json_object_key : String #

[View source]