class
Amazonite::Ssm::GetPatchBaselineForPatchGroupRequest
- Amazonite::Ssm::GetPatchBaselineForPatchGroupRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_patch_baseline_for_patch_group_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(patch_group : String, operating_system : OperatingSystem | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#operating_system : OperatingSystem | Nil
Returns the operating system rule specified for patch groups using the patch baseline.
-
#operating_system=(operating_system : OperatingSystem | Nil)
Returns the operating system rule specified for patch groups using the patch baseline.
-
#patch_group : String
The name of the patch group whose patch baseline should be retrieved.
-
#patch_group=(patch_group : String)
The name of the patch group whose patch baseline should be retrieved.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Returns the operating system rule specified for patch groups using the patch baseline. The
default value is WINDOWS.
Returns the operating system rule specified for patch groups using the patch baseline. The
default value is WINDOWS.
The name of the patch group whose patch baseline should be retrieved.