class
Amazonite::Ssm::PatchBaselineIdentity
- Amazonite::Ssm::PatchBaselineIdentity
- Reference
- Object
Overview
Defines the basic information about a patch baseline.
Included Modules
- JSON::Serializable
Defined in:
ssm/patch_baseline_identity.crConstructors
- .new(pull : JSON::PullParser)
- .new(baseline_id : String | Nil = nil, baseline_name : String | Nil = nil, operating_system : OperatingSystem | Nil = nil, baseline_description : String | Nil = nil, default_baseline : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#baseline_description : String | Nil
The description of the patch baseline.
-
#baseline_description=(baseline_description : String | Nil)
The description of the patch baseline.
-
#baseline_id : String | Nil
The ID of the patch baseline.
-
#baseline_id=(baseline_id : String | Nil)
The ID of the patch baseline.
-
#baseline_name : String | Nil
The name of the patch baseline.
-
#baseline_name=(baseline_name : String | Nil)
The name of the patch baseline.
-
#default_baseline : Bool | Nil
Indicates whether this is the default baseline.
-
#default_baseline=(default_baseline : Bool | Nil)
Indicates whether this is the default baseline.
-
#hash(hasher)
See
Object#hash(hasher) -
#operating_system : OperatingSystem | Nil
Defines the operating system the patch baseline applies to.
-
#operating_system=(operating_system : OperatingSystem | Nil)
Defines the operating system the patch baseline applies to.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The description of the patch baseline.
Indicates whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
Indicates whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
Defines the operating system the patch baseline applies to. The default value is WINDOWS.
Defines the operating system the patch baseline applies to. The default value is WINDOWS.