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.4/services/emrserverless.ts?docs=full";
interface StartJobRunResponse {
applicationId: string;
arn: string;
jobRunId: string;
}

§Properties

§
applicationId: string
[src]

This output displays the application ID on which the job run was submitted.

§
arn: string
[src]

The output lists the execution role ARN of the job run.

§
jobRunId: string
[src]

The output contains the ID of the started job run.