Class: Aws::SSM::Types::GetPatchBaselineResult

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

#approval_rulesTypes::PatchRuleGroup

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



9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :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>)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#approved_patches_compliance_levelString

Returns the specified compliance severity level for approved patches in the patch baseline.

Returns:

  • (String)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :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)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#baseline_idString

The ID of the retrieved patch baseline.

Returns:

  • (String)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date the patch baseline was created.

Returns:

  • (Time)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the patch baseline.

Returns:

  • (String)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :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.



9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#modified_dateTime

The date the patch baseline was last modified.

Returns:

  • (Time)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the patch baseline.

Returns:

  • (String)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#operating_systemString

Returns the operating system specified for the patch baseline.

Returns:

  • (String)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#patch_groupsArray<String>

Patch groups included in the patch baseline.

Returns:

  • (Array<String>)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :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>)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :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)


9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :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:



9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class GetPatchBaselineResult < 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,
  :patch_groups,
  :created_date,
  :modified_date,
  :description,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end