class
Amazonite::Ssm::RegisterPatchBaselineForPatchGroupResult
- Amazonite::Ssm::RegisterPatchBaselineForPatchGroupResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/register_patch_baseline_for_patch_group_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(baseline_id : String | Nil = nil, patch_group : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#baseline_id : String | Nil
The ID of the patch baseline the patch group was registered with.
-
#baseline_id=(baseline_id : String | Nil)
The ID of the patch baseline the patch group was 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
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_id=(baseline_id : String | Nil)
#
The ID of the patch baseline the patch group was registered with.
def patch_group=(patch_group : String | Nil)
#
The name of the patch group registered with the patch baseline.