ListPHIDetectionJobsResponse constructor

ListPHIDetectionJobsResponse({
  1. List<ComprehendMedicalAsyncJobProperties>? comprehendMedicalAsyncJobPropertiesList,
  2. String? nextToken,
})

Implementation

ListPHIDetectionJobsResponse({
  this.comprehendMedicalAsyncJobPropertiesList,
  this.nextToken,
});