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

WorldSummary

import type { WorldSummary } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about a world.

interface WorldSummary {
arn?: string | null;
createdAt?: Date | number | null;
generationJob?: string | null;
template?: 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.

§
template?: string | null
[src]

The Amazon Resource Name (arn) of the world template.