Class: Aws::SSM::Types::RegisterDefaultPatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegisterDefaultPatchBaselineRequest
- 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 that should be the default patch baseline.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline that should be the default patch baseline.
16364 16365 16366 16367 16368 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16364 class RegisterDefaultPatchBaselineRequest < Struct.new( :baseline_id) SENSITIVE = [] include Aws::Structure end |