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

DescribeJobResult

import type { DescribeJobResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface DescribeJobResult {
Job?: JobDescriptor | null;
}

§Properties

§
Job?: JobDescriptor | null
[src]

Contains the configuration parameters and status for the job specified in the Describe Job request.