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.3/services/snowball.ts?docs=full";
interface DescribeJobResult {
JobMetadata?: JobMetadata | null;
SubJobMetadata?: JobMetadata[] | null;
}

§Properties

§
JobMetadata?: JobMetadata | null
[src]

Information about a specific job, including shipping information, job status, and other important metadata.

§
SubJobMetadata?: JobMetadata[] | null
[src]

Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.