Method: Aws::SSM::Types::RegisterDefaultPatchBaselineRequest#baseline_id
- Defined in:
- lib/aws-sdk-ssm/types.rb
#baseline_id ⇒ String
The ID of the patch baseline that should be the default patch baseline.
16488 16489 16490 16491 16492 |
# File 'lib/aws-sdk-ssm/types.rb', line 16488 class RegisterDefaultPatchBaselineRequest < Struct.new( :baseline_id) SENSITIVE = [] include Aws::Structure end |