ListEntitiesDetectionJobsResponse constructor

ListEntitiesDetectionJobsResponse({
  1. List<EntitiesDetectionJobProperties>? entitiesDetectionJobPropertiesList,
  2. String? nextToken,
})

Implementation

ListEntitiesDetectionJobsResponse({
  this.entitiesDetectionJobPropertiesList,
  this.nextToken,
});