enum

Amazonite::SsmV1::PatchComplianceDataState

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

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

Instance methods

failed?

Returns true if this enum value equals Failed

Source
installed?

Returns true if this enum value equals Installed

Source
installed_other?

Returns true if this enum value equals InstalledOther

Source
installed_pending_reboot?

Returns true if this enum value equals InstalledPendingReboot

Source
installed_rejected?

Returns true if this enum value equals InstalledRejected

Source
missing?

Returns true if this enum value equals Missing

Source
not_applicable?

Returns true if this enum value equals NotApplicable

Source