interface ListSentimentDetectionJobsResponse {
    NextToken?: string;
    SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
}

Hierarchy (view full)

Properties

NextToken?: string

Identifies the next page of results to return.

SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[]

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