interface ListTopicsDetectionJobsResponse {
    NextToken?: string;
    TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[];
}

Hierarchy (view full)

Properties

NextToken?: string

Identifies the next page of results to return.

TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[]

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