Class: Aws::SSM::Types::UpdatePatchBaselineResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rulesTypes::PatchRuleGroup

A set of rules used to include patches in the baseline.



19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#approved_patchesArray<String>

A list of explicitly approved patches for the baseline.

Returns:

  • (Array<String>)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#approved_patches_compliance_levelString

The compliance severity level assigned to the patch baseline after the update completed.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#approved_patches_enable_non_securityBoolean

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

Returns:

  • (Boolean)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#baseline_idString

The ID of the deleted patch baseline.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date when the patch baseline was created.

Returns:

  • (Time)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the patch baseline.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#global_filtersTypes::PatchFilterGroup

A set of global filters used to exclude patches from the baseline.



19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#modified_dateTime

The date when the patch baseline was last modified.

Returns:

  • (Time)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the patch baseline.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#operating_systemString

The operating system rule used by the updated patch baseline.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#rejected_patchesArray<String>

A list of explicitly rejected patches for the baseline.

Returns:

  • (Array<String>)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#rejected_patches_actionString

The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::PatchSource>

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.

Returns:



19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19446

class UpdatePatchBaselineResult < Struct.new(
  :baseline_id,
  :name,
  :operating_system,
  :global_filters,
  :approval_rules,
  :approved_patches,
  :approved_patches_compliance_level,
  :approved_patches_enable_non_security,
  :rejected_patches,
  :rejected_patches_action,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end