enum Amazonite::Ssm::PatchProperty

Defined in:

ssm/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.from_json_object_key?(key : String) : AS::PatchProperty | Nil #

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

[View source]

Instance Method Detail

def classification? #

Returns true if this enum value equals Classification


[View source]
def msrc_severity? #

Returns true if this enum value equals MsrcSeverity


[View source]
def priority? #

Returns true if this enum value equals Priority


[View source]
def product? #

Returns true if this enum value equals Product


[View source]
def product_family? #

Returns true if this enum value equals ProductFamily


[View source]
def severity? #

Returns true if this enum value equals Severity


[View source]
def to_json_object_key : String #

[View source]