class
Amazonite::Ssm::GetPatchBaselineRequest
- Amazonite::Ssm::GetPatchBaselineRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_patch_baseline_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(baseline_id : String)
- .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
The ID of the patch baseline to retrieve.
-
#baseline_id=(baseline_id : String)
The ID of the patch baseline to retrieve.
-
#hash(hasher)
See
Object#hash(hasher) - #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 to retrieve.
To retrieve information about an Amazon Web Services managed patch baseline, specify the full
Amazon Resource Name (ARN) of the baseline. For example, for the baseline
AWS-AmazonLinuxDefaultPatchBaseline, specify
arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of
pb-0e392de35e7c563b7.
The ID of the patch baseline to retrieve.
To retrieve information about an Amazon Web Services managed patch baseline, specify the full
Amazon Resource Name (ARN) of the baseline. For example, for the baseline
AWS-AmazonLinuxDefaultPatchBaseline, specify
arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of
pb-0e392de35e7c563b7.