Class: Aws::SSM::Types::GetPatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetPatchBaselineRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_id ⇒ String
The ID of the patch baseline to retrieve.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline to retrieve.
AWS-AmazonLinuxDefaultPatchBaseline
, specify
arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7
instead of pb-0e392de35e7c563b7
.
9179 9180 9181 9182 9183 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9179 class GetPatchBaselineRequest < Struct.new( :baseline_id) SENSITIVE = [] include Aws::Structure end |