Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchJobsResponse

import type { SearchJobsResponse } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
interface SearchJobsResponse {
jobs: JobSummary[];
nextToken?: string | null;
}

§Properties

§

An array of JobSummary objects for devices that match the specified filter values.

§
nextToken?: string | null
[src]

A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.