The output of ListSentimentDetectionJobsCommand.

interface ListSentimentDetectionJobsCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

NextToken?: string

Identifies the next page of results to return.

SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[]

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