enum Amazonite::SsmV1::PatchFilterKey

Defined in:

ssm_v1/patch_filter_key.cr

Enum Members

Arch = 0
AdvisoryId = 1
BugzillaId = 2
PatchSet = 3
Product = 4
ProductFamily = 5
Classification = 6
CveId = 7
Epoch = 8
MsrcSeverity = 9
Name = 10
PatchId = 11
Section = 12
Priority = 13
Repository = 14
Release = 15
Severity = 16
Security = 17
Version = 18

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def advisory_id? #

[View source]
def arch? #

[View source]
def bugzilla_id? #

[View source]
def classification? #

[View source]
def cve_id? #

[View source]
def epoch? #

[View source]
def msrc_severity? #

[View source]
def name? #

[View source]
def patch_id? #

[View source]
def patch_set? #

[View source]
def priority? #

[View source]
def product? #

[View source]
def product_family? #

[View source]
def release? #

[View source]
def repository? #

[View source]
def section? #

[View source]
def security? #

[View source]
def severity? #

[View source]
def version? #

[View source]