DescribeWorldExportJobResponse
import type { DescribeWorldExportJobResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";interface DescribeWorldExportJobResponse {
arn?: string | null;
clientRequestToken?: string | null;
createdAt?: Date | number | null;
failureCode?: WorldExportJobErrorCode | null;
failureReason?: string | null;
iamRole?: string | null;
outputLocation?: OutputLocation | null;
status?: WorldExportJobStatus | null;
tags?: {} | null;
[key: string]: string | null | undefined;
worlds?: string[] | null;
}§Properties
§
failureCode?: WorldExportJobErrorCode | null
[src]§
outputLocation?: OutputLocation | null
[src]§
status?: WorldExportJobStatus | null
[src]