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

DescribeWorldTemplateResponse

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

§Properties

§
arn?: string | null
[src]

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

§
clientRequestToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
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.

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

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

§
version?: string | null
[src]

The version of the world template that you're using.