The output of ListTargetedSentimentDetectionJobsCommand.

interface ListTargetedSentimentDetectionJobsCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

NextToken?: string

Identifies the next page of results to return.

TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[]

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