The output of ListEntitiesDetectionJobsCommand.

interface ListEntitiesDetectionJobsCommandOutput {
    $metadata: ResponseMetadata;
    EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[]

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

NextToken?: string

Identifies the next page of results to return.