You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::PatchComplianceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchComplianceData
- Defined in:
- (unknown)
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
-
#classification ⇒ String
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
-
#cve_ids ⇒ String
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
-
#installed_time ⇒ Time
The date/time the patch was installed on the instance.
-
#kb_id ⇒ String
The operating system-specific ID of the patch.
-
#severity ⇒ String
The severity of the patch (for example, Critical, Important, Moderate).
-
#state ⇒ String
The state of the patch on the instance, such as INSTALLED or FAILED.
-
#title ⇒ String
The title of the patch.
Instance Attribute Details
#classification ⇒ String
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
#cve_ids ⇒ String
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
#installed_time ⇒ Time
The date/time the patch was installed on the instance. Note that not all operating systems provide this level of information.
#kb_id ⇒ String
The operating system-specific ID of the patch.
#severity ⇒ String
The severity of the patch (for example, Critical, Important, Moderate).
#state ⇒ String
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.
#title ⇒ String
The title of the patch.