interface ListEventsDetectionJobsRequest {
    Filter?: EventsDetectionJobFilter;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

MaxResults?: number

The maximum number of results to return in each page.

NextToken?: string

Identifies the next page of results to return.