ListPiiEntitiesDetectionJobsResponse constructor
ListPiiEntitiesDetectionJobsResponse({
- String? nextToken,
- List<
PiiEntitiesDetectionJobProperties> ? piiEntitiesDetectionJobPropertiesList,
Implementation
ListPiiEntitiesDetectionJobsResponse({
this.nextToken,
this.piiEntitiesDetectionJobPropertiesList,
});