enum

Amazonite::SsmV1::PatchProperty

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

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

Instance methods

classification?

Returns true if this enum value equals Classification

Source
msrc_severity?

Returns true if this enum value equals MsrcSeverity

Source
priority?

Returns true if this enum value equals Priority

Source
product?

Returns true if this enum value equals Product

Source
product_family?

Returns true if this enum value equals ProductFamily

Source
severity?

Returns true if this enum value equals Severity

Source