ListPiiEntitiesDetectionJobsResponse constructor

ListPiiEntitiesDetectionJobsResponse({
  1. String? nextToken,
  2. List<PiiEntitiesDetectionJobProperties>? piiEntitiesDetectionJobPropertiesList,
})

Implementation

ListPiiEntitiesDetectionJobsResponse({
  this.nextToken,
  this.piiEntitiesDetectionJobPropertiesList,
});