class
Amazonite::Ssm::RegisterPatchBaselineForPatchGroupRequest
- Amazonite::Ssm::RegisterPatchBaselineForPatchGroupRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/register_patch_baseline_for_patch_group_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#baseline_id : String
The ID of the patch baseline to register with the patch group.
-
#baseline_id=(baseline_id : String)
The ID of the patch baseline to register with the patch group.
-
#hash(hasher)
See
Object#hash(hasher) -
#patch_group : String
The name of the patch group to be registered with the patch baseline.
-
#patch_group=(patch_group : String)
The name of the patch group to be 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)
#
The ID of the patch baseline to register with the patch group.
def patch_group=(patch_group : String)
#
The name of the patch group to be registered with the patch baseline.