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]§
nodeProperties?: NodePropertiesSummary | null
[src]