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

JobSummary

import type { JobSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";
interface JobSummary {
arrayProperties?: ArrayPropertiesSummary | null;
container?: ContainerSummary | null;
createdAt?: number | null;
jobArn?: string | null;
jobDefinition?: string | null;
jobId: string;
jobName: string;
nodeProperties?: NodePropertiesSummary | null;
startedAt?: number | null;
status?: JobStatus | null;
statusReason?: string | null;
stoppedAt?: number | null;
}

§Properties

§
arrayProperties?: ArrayPropertiesSummary | null
[src]
§
container?: ContainerSummary | null
[src]
§
createdAt?: number | null
[src]
§
jobArn?: string | null
[src]
§
jobDefinition?: string | null
[src]
§
jobId: string
[src]
§
jobName: string
[src]
§
nodeProperties?: NodePropertiesSummary | null
[src]
§
startedAt?: number | null
[src]
§
status?: JobStatus | null
[src]
§
statusReason?: string | null
[src]
§
stoppedAt?: number | null
[src]