class Amazonite::SsmV1::UpdatePatchBaselineResult

Included Modules

Defined in:

ssm_v1/update_patch_baseline_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(baseline_id : String | Nil = nil, name : String | Nil = nil, operating_system : OperatingSystem | Nil = nil, global_filters : PatchFilterGroup | Nil = nil, approval_rules : PatchRuleGroup | Nil = nil, approved_patches : Array(String) | Nil = nil, approved_patches_compliance_level : PatchComplianceLevel | Nil = nil, approved_patches_enable_non_security : Bool | Nil = nil, rejected_patches : Array(String) | Nil = nil, rejected_patches_action : PatchAction | Nil = nil, created_date : Time | Nil = nil, modified_date : Time | Nil = nil, description : String | Nil = nil, sources : Array(PatchSource) | Nil = nil) #

[View source]

Instance Method Detail

def approval_rules : PatchRuleGroup | Nil #

[View source]
def approval_rules=(approval_rules : PatchRuleGroup | Nil) #

[View source]
def approved_patches : Array(String) | Nil #

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

[View source]
def approved_patches_compliance_level : PatchComplianceLevel | Nil #

[View source]
def approved_patches_compliance_level=(approved_patches_compliance_level : PatchComplianceLevel | Nil) #

[View source]
def approved_patches_enable_non_security : Bool | Nil #

[View source]
def approved_patches_enable_non_security=(approved_patches_enable_non_security : Bool | Nil) #

[View source]
def baseline_id : String | Nil #

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

[View source]
def created_date : Time | Nil #

[View source]
def created_date=(created_date : Time | Nil) #

[View source]
def description : String | Nil #

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

[View source]
def global_filters : PatchFilterGroup | Nil #

[View source]
def global_filters=(global_filters : PatchFilterGroup | Nil) #

[View source]
def modified_date : Time | Nil #

[View source]
def modified_date=(modified_date : Time | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def operating_system : OperatingSystem | Nil #

[View source]
def operating_system=(operating_system : OperatingSystem | Nil) #

[View source]
def rejected_patches : Array(String) | Nil #

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

[View source]
def rejected_patches_action : PatchAction | Nil #

[View source]
def rejected_patches_action=(rejected_patches_action : PatchAction | Nil) #

[View source]
def sources : Array(PatchSource) | Nil #

[View source]
def sources=(sources : Array(PatchSource) | Nil) #

[View source]