CreateWorldGenerationJobResponse
import type { CreateWorldGenerationJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface CreateWorldGenerationJobResponse {
arn?: string | null;
clientRequestToken?: string | null;
createdAt?: Date | number | null;
failureCode?: WorldGenerationJobErrorCode | 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]§
status?: WorldGenerationJobStatus | null
[src]§
worldCount?: WorldCount | null
[src]