Class: Aws::SSM::Types::PatchComplianceData

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

Overview

Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#classificationString

The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

Returns:

  • (String)


15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15517

class PatchComplianceData < Struct.new(
  :title,
  :kb_id,
  :classification,
  :severity,
  :state,
  :installed_time,
  :cve_ids)
  SENSITIVE = []
  include Aws::Structure
end

#cve_idsString

The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

Currently, CVE ID values are reported only for patches with a status of Missing or Failed.

Returns:

  • (String)


15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15517

class PatchComplianceData < Struct.new(
  :title,
  :kb_id,
  :classification,
  :severity,
  :state,
  :installed_time,
  :cve_ids)
  SENSITIVE = []
  include Aws::Structure
end

#installed_timeTime

The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

Returns:

  • (Time)


15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15517

class PatchComplianceData < Struct.new(
  :title,
  :kb_id,
  :classification,
  :severity,
  :state,
  :installed_time,
  :cve_ids)
  SENSITIVE = []
  include Aws::Structure
end

#kb_idString

The operating system-specific ID of the patch.

Returns:

  • (String)


15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15517

class PatchComplianceData < Struct.new(
  :title,
  :kb_id,
  :classification,
  :severity,
  :state,
  :installed_time,
  :cve_ids)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the patch such as Critical, Important, and Moderate.

Returns:

  • (String)


15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15517

class PatchComplianceData < Struct.new(
  :title,
  :kb_id,
  :classification,
  :severity,
  :state,
  :installed_time,
  :cve_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the patch on the managed node, such as INSTALLED or FAILED.

For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.

Returns:

  • (String)


15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15517

class PatchComplianceData < Struct.new(
  :title,
  :kb_id,
  :classification,
  :severity,
  :state,
  :installed_time,
  :cve_ids)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the patch.

Returns:

  • (String)


15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15517

class PatchComplianceData < Struct.new(
  :title,
  :kb_id,
  :classification,
  :severity,
  :state,
  :installed_time,
  :cve_ids)
  SENSITIVE = []
  include Aws::Structure
end