BatchUpdateFindingsResponse constructor

BatchUpdateFindingsResponse({
  1. required List<AwsSecurityFindingIdentifier> processedFindings,
  2. required List<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings,
})

Implementation

BatchUpdateFindingsResponse({
  required this.processedFindings,
  required this.unprocessedFindings,
});