class Amazonite::SsmV1::PatchRule
- Amazonite::SsmV1::PatchRule
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/patch_rule.crConstructors
- .new(pull : JSON::PullParser)
- .new(patch_filter_group : PatchFilterGroup, compliance_level : PatchComplianceLevel | Nil = nil, approve_after_days : Int32 | Nil = nil, approve_until_date : String | Nil = nil, enable_non_security : Bool | Nil = nil)
Instance Method Summary
- #approve_after_days : Int32 | Nil
- #approve_after_days=(approve_after_days : Int32 | Nil)
- #approve_until_date : String | Nil
- #approve_until_date=(approve_until_date : String | Nil)
- #compliance_level : PatchComplianceLevel | Nil
- #compliance_level=(compliance_level : PatchComplianceLevel | Nil)
- #enable_non_security : Bool | Nil
- #enable_non_security=(enable_non_security : Bool | Nil)
- #patch_filter_group : PatchFilterGroup
- #patch_filter_group=(patch_filter_group : PatchFilterGroup)
Constructor Detail
def self.new(patch_filter_group : PatchFilterGroup, compliance_level : PatchComplianceLevel | Nil = nil, approve_after_days : Int32 | Nil = nil, approve_until_date : String | Nil = nil, enable_non_security : Bool | Nil = nil)
#