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

DescribeTableOutput

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

Represents the output of a DescribeTable operation.

interface DescribeTableOutput {
Table?: TableDescription | null;
}

§Properties

§
Table?: TableDescription | null
[src]

The properties of the table.