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

UpdateWorldTemplateResponse

import type { UpdateWorldTemplateResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface UpdateWorldTemplateResponse {
arn?: string | null;
createdAt?: Date | number | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

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

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

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

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

The time, in milliseconds since the epoch, when the world template was last updated.

§
name?: string | null
[src]

The name of the world template.