PatchComplianceData

public struct PatchComplianceData : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).

    Declaration

    Swift

    public let classification: String
  • The date/time the patch was installed on the instance. Note that not all operating systems provide this level of information.

    Declaration

    Swift

    public let installedTime: TimeStamp
  • The operating system-specific ID of the patch.

    Declaration

    Swift

    public let kBId: String
  • The severity of the patch (for example, Critical, Important, Moderate).

    Declaration

    Swift

    public let severity: 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.

    Declaration

    Swift

    public let state: PatchComplianceDataState
  • The title of the patch.

    Declaration

    Swift

    public let title: String
  • Undocumented

    Declaration

    Swift

    public init(classification: String, installedTime: TimeStamp, kBId: String, severity: String, state: PatchComplianceDataState, title: String)