ImageScanFindingsSummary
public struct ImageScanFindingsSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The image vulnerability counts, sorted by severity.
Declaration
Swift
public let findingSeverityCounts: [FindingSeverity : Int]? -
The time of the last completed image scan.
Declaration
Swift
public let imageScanCompletedAt: TimeStamp? -
The time when the vulnerability data was last scanned.
Declaration
Swift
public let vulnerabilitySourceUpdatedAt: TimeStamp? -
Undocumented
Declaration
Swift
public init(findingSeverityCounts: [FindingSeverity : Int]? = nil, imageScanCompletedAt: TimeStamp? = nil, vulnerabilitySourceUpdatedAt: TimeStamp? = nil)
View on GitHub
ImageScanFindingsSummary Structure Reference