enum Amazonite::SsmV1::PatchProperty

Defined in:

ssm_v1/patch_property.cr

Enum Members

Product = 0
ProductFamily = 1
Classification = 2
MsrcSeverity = 3
Priority = 4
Severity = 5

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def classification? #

[View source]
def msrc_severity? #

[View source]
def priority? #

[View source]
def product? #

[View source]
def product_family? #

[View source]
def severity? #

[View source]