Method: Aws::SSM::Types::RegisterDefaultPatchBaselineRequest#baseline_id

Defined in:
lib/aws-sdk-ssm/types.rb

#baseline_idString

The ID of the patch baseline that should be the default patch baseline.

Returns:

  • (String)


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