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

SlotTypeMetadata

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

Provides information about a slot type..

interface SlotTypeMetadata {
createdDate?: Date | number | null;
description?: string | null;
lastUpdatedDate?: Date | number | null;
name?: string | null;
version?: string | null;
}

§Properties

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

The date that the slot type was created.

§
description?: string | null
[src]

A description of the slot type.

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

The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.

§
name?: string | null
[src]

The name of the slot type.

§
version?: string | null
[src]

The version of the slot type.