class
Amazonite::Ssm::PatchRuleGroup
- Amazonite::Ssm::PatchRuleGroup
- Reference
- Object
Overview
A set of rules defining the approval rules for a patch baseline.
Included Modules
- JSON::Serializable
Defined in:
ssm/patch_rule_group.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#patch_rules : Array(PatchRule)
The rules that make up the rule group.
-
#patch_rules=(patch_rules : Array(PatchRule))
The rules that make up the rule group.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The rules that make up the rule group.