interface ListPiiEntitiesDetectionJobsResponse {
    NextToken?: string;
    PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[];
}

Hierarchy (view full)

Properties

NextToken?: string

Identifies the next page of results to return.

PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[]

A list containing the properties of each job that is returned.