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

StartJobRunResponse

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

§Properties

§
arn?: string | null
[src]

This output lists the ARN of job run.

§
id?: string | null
[src]

This output displays the started job run ID.

§
name?: string | null
[src]

This output displays the name of the started job run.

§
virtualClusterId?: string | null
[src]

This output displays the virtual cluster ID for which the job run was submitted.