class
Amazonite::Ssm::PatchGroupPatchBaselineMapping
- Amazonite::Ssm::PatchGroupPatchBaselineMapping
- Reference
- Object
Overview
The mapping between a patch group and the patch baseline the patch group is registered with.
Included Modules
- JSON::Serializable
Defined in:
ssm/patch_group_patch_baseline_mapping.crConstructors
- .new(pull : JSON::PullParser)
- .new(patch_group : String | Nil = nil, baseline_identity : PatchBaselineIdentity | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#baseline_identity : PatchBaselineIdentity | Nil
The patch baseline the patch group is registered with.
-
#baseline_identity=(baseline_identity : PatchBaselineIdentity | Nil)
The patch baseline the patch group is registered with.
-
#hash(hasher)
See
Object#hash(hasher) -
#patch_group : String | Nil
The name of the patch group registered with the patch baseline.
-
#patch_group=(patch_group : String | Nil)
The name of the patch group registered with the patch baseline.
- #validate! : Nil
Constructor Detail
def self.new(patch_group : String | Nil = nil, baseline_identity : PatchBaselineIdentity | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def baseline_identity : PatchBaselineIdentity | Nil
#
The patch baseline the patch group is registered with.
def baseline_identity=(baseline_identity : PatchBaselineIdentity | Nil)
#
The patch baseline the patch group is registered with.
def patch_group=(patch_group : String | Nil)
#
The name of the patch group registered with the patch baseline.