DescribeWorldGenerationJobResponse
import type { DescribeWorldGenerationJobResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";interface DescribeWorldGenerationJobResponse {
arn?: string | null;
clientRequestToken?: string | null;
createdAt?: Date | number | null;
failureCode?: WorldGenerationJobErrorCode | null;
failureReason?: string | null;
finishedWorldsSummary?: FinishedWorldsSummary | null;
status?: WorldGenerationJobStatus | null;
tags?: {} | null;
[key: string]: string | null | undefined;
template?: string | null;
worldCount?: WorldCount | null;
worldTags?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
failureCode?: WorldGenerationJobErrorCode | null
[src]§
finishedWorldsSummary?: FinishedWorldsSummary | null
[src]§
status?: WorldGenerationJobStatus | null
[src]§
worldCount?: WorldCount | null
[src]