interface ListTargetedSentimentDetectionJobsResponse {
    NextToken?: string;
    TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[];
}

Hierarchy (view full)

Properties

NextToken?: string

Identifies the next page of results to return.

TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[]

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