BatchUpdateFindingsResponse
public struct BatchUpdateFindingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of findings that were updated successfully.
Declaration
Swift
public let processedFindings: [AwsSecurityFindingIdentifier] -
The list of findings that were not updated.
Declaration
Swift
public let unprocessedFindings: [BatchUpdateFindingsUnprocessedFinding] -
Undocumented
Declaration
Swift
public init(processedFindings: [AwsSecurityFindingIdentifier], unprocessedFindings: [BatchUpdateFindingsUnprocessedFinding])
View on GitHub
BatchUpdateFindingsResponse Structure Reference