BatchImportFindingsResponse
public struct BatchImportFindingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of findings that failed to import.
Declaration
Swift
public let failedCount: Int -
The list of findings that failed to import.
Declaration
Swift
public let failedFindings: [ImportFindingsError]? -
The number of findings that were successfully imported.
Declaration
Swift
public let successCount: Int -
Undocumented
Declaration
Swift
public init(failedCount: Int, failedFindings: [ImportFindingsError]? = nil, successCount: Int)
View on GitHub
BatchImportFindingsResponse Structure Reference