class Amazonite::SsmV1::PatchComplianceData

Included Modules

Defined in:

ssm_v1/patch_compliance_data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, kb_id : String, classification : String, severity : String, state : PatchComplianceDataState, installed_time : Time, cve_ids : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def classification : String #

[View source]
def classification=(classification : String) #

[View source]
def cve_ids : String | Nil #

[View source]
def cve_ids=(cve_ids : String | Nil) #

[View source]
def installed_time : Time #

[View source]
def installed_time=(installed_time : Time) #

[View source]
def kb_id : String #

[View source]
def kb_id=(kb_id : String) #

[View source]
def severity : String #

[View source]
def severity=(severity : String) #

[View source]

[View source]
def state=(state : PatchComplianceDataState) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]