The output of ListEventsDetectionJobsCommand.

interface ListEventsDetectionJobsCommandOutput {
    $metadata: ResponseMetadata;
    EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[]

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

NextToken?: string

Identifies the next page of results to return.