enum Amazonite::SsmV1::PatchComplianceLevel

Defined in:

ssm_v1/patch_compliance_level.cr

Enum Members

Critical = 0
High = 1
Medium = 2
Low = 3
Informational = 4
Unspecified = 5

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def critical? #

[View source]
def high? #

[View source]
def informational? #

[View source]
def low? #

[View source]
def medium? #

[View source]
def unspecified? #

[View source]