Class: Aws::SSM::Types::RegisterDefaultPatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegisterDefaultPatchBaselineRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
16108 16109 16110 16111 16112 |
# File 'lib/aws-sdk-ssm/types.rb', line 16108 class RegisterDefaultPatchBaselineRequest < Struct.new( :baseline_id) SENSITIVE = [] include Aws::Structure end |