BatchUpdateFindingsResponse constructor
BatchUpdateFindingsResponse({
- required List<
AwsSecurityFindingIdentifier> processedFindings, - required List<
BatchUpdateFindingsUnprocessedFinding> unprocessedFindings,
Implementation
BatchUpdateFindingsResponse({
required this.processedFindings,
required this.unprocessedFindings,
});