class
Amazonite::Ssm::GetDefaultPatchBaselineResult
- Amazonite::Ssm::GetDefaultPatchBaselineResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_default_patch_baseline_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(baseline_id : String | Nil = nil, 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. -
#baseline_id : String | Nil
The ID of the default patch baseline.
-
#baseline_id=(baseline_id : String | Nil)
The ID of the default patch baseline.
-
#hash(hasher)
See
Object#hash(hasher) -
#operating_system : OperatingSystem | Nil
The operating system for the returned patch baseline.
-
#operating_system=(operating_system : OperatingSystem | Nil)
The operating system for the returned 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 operating_system : OperatingSystem | Nil
#
The operating system for the returned patch baseline.
def operating_system=(operating_system : OperatingSystem | Nil)
#
The operating system for the returned patch baseline.