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)


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