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

CancelJobRunResponse

import type { CancelJobRunResponse } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
interface CancelJobRunResponse {
id?: string | null;
virtualClusterId?: string | null;
}

§Properties

§
id?: string | null
[src]

The output contains the ID of the cancelled job run.

§
virtualClusterId?: string | null
[src]

The output contains the virtual cluster ID for which the job run is cancelled.