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

ListJobRunsResponse

import type { ListJobRunsResponse } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
interface ListJobRunsResponse {
jobRuns?: JobRun[] | null;
nextToken?: string | null;
}

§Properties

§
jobRuns?: JobRun[] | null
[src]

This output lists information about the specified job runs.

§
nextToken?: string | null
[src]

This output displays the token for the next set of job runs.