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

DescribeJobRunResponse

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

§Properties

§
jobRun?: JobRun | null
[src]

The output displays information about a job run.