class
Amazonite::Ssm::GetPatchBaselineForPatchGroupResult
- Amazonite::Ssm::GetPatchBaselineForPatchGroupResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_patch_baseline_for_patch_group_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(baseline_id : String | Nil = nil, patch_group : String | Nil = nil, operating_system : OperatingSystem | 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 that should be used for the patch group.
-
#baseline_id=(baseline_id : String | Nil)
The ID of the patch baseline that should be used for the patch group.
-
#hash(hasher)
See
Object#hash(hasher) -
#operating_system : OperatingSystem | Nil
The operating system rule specified for patch groups using the patch baseline.
-
#operating_system=(operating_system : OperatingSystem | Nil)
The operating system rule specified for patch groups using the patch baseline.
-
#patch_group : String | Nil
The name of the patch group.
-
#patch_group=(patch_group : String | Nil)
The name of the patch group.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID of the patch baseline that should be used for the patch group.
The ID of the patch baseline that should be used for the patch group.
The operating system rule specified for patch groups using the patch baseline.
The operating system rule specified for patch groups using the patch baseline.