interface ListEventsDetectionJobsResponse {
    EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[]

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

NextToken?: string

Identifies the next page of results to return.