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

DescribeWorldResponse

import type { DescribeWorldResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface DescribeWorldResponse {
arn?: string | null;
createdAt?: Date | number | null;
generationJob?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
template?: string | null;
worldDescriptionBody?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (arn) of the world.

§
createdAt?: Date | number | null
[src]

The time, in milliseconds since the epoch, when the world was created.

§
generationJob?: string | null
[src]

The Amazon Resource Name (arn) of the world generation job that generated the world.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map that contains tag keys and tag values that are attached to the world.

§
template?: string | null
[src]

The world template.

§
worldDescriptionBody?: string | null
[src]

Returns the JSON formatted string that describes the contents of your world.