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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#classificationString

The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
# File 'lib/aws-sdk-ssm/types.rb', line 12573

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

#installed_timeTime

The date/time the patch was installed on the instance. Note that not all operating systems provide this level of information.

Returns:

  • (Time)


12573
12574
12575
12576
12577
12578
12579
12580
12581
# File 'lib/aws-sdk-ssm/types.rb', line 12573

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

#kb_idString

The operating system-specific ID of the patch.

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
# File 'lib/aws-sdk-ssm/types.rb', line 12573

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

#severityString

The severity of the patch (for example, Critical, Important, Moderate).

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
# File 'lib/aws-sdk-ssm/types.rb', line 12573

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

#stateString

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

For descriptions of each patch state, see [About Patch Compliance] in the *AWS Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html#sysman-compliance-monitor-patch

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
# File 'lib/aws-sdk-ssm/types.rb', line 12573

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

#titleString

The title of the patch.

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
# File 'lib/aws-sdk-ssm/types.rb', line 12573

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