Class: Aws::SSM::Types::RegisterDefaultPatchBaselineRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_idString

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

Returns:

  • (String)


14992
14993
14994
14995
14996
# File 'lib/aws-sdk-ssm/types.rb', line 14992

class RegisterDefaultPatchBaselineRequest < Struct.new(
  :baseline_id)
  SENSITIVE = []
  include Aws::Structure
end