DescribeInstancePatchesResult
public struct DescribeInstancePatchesResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift 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) DeclarationSwift public let patches: [PatchComplianceData]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, patches: [PatchComplianceData]? = nil)
 View on GitHub
View on GitHub DescribeInstancePatchesResult Structure Reference
        DescribeInstancePatchesResult Structure Reference