DescribeInstancePatchesResult

public struct DescribeInstancePatchesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    Declaration

    Swift

    public let nextToken: String?
  • Each entry in the array is a structure containing: Title (string) KBId (string) Classification (string) Severity (string) State (string, such as “INSTALLED” or “FAILED”) InstalledTime (DateTime) InstalledBy (string)

    Declaration

    Swift

    public let patches: [PatchComplianceData]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, patches: [PatchComplianceData]? = nil)