class Amazonite::SsmV1::CreatePatchBaselineRequest

Included Modules

Defined in:

ssm_v1/create_patch_baseline_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String, 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, description : String | Nil = nil, sources : Array(PatchSource) | Nil = nil, client_token : String | Nil = nil, tags : Array(Tag) | 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 client_token : String | Nil #

[View source]
def client_token=(client_token : String | 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 name : String #

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

[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]
def tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]