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

TableClassSummary

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

Contains details of the table class.

interface TableClassSummary {
LastUpdateDateTime?: Date | number | null;
TableClass?: TableClass | null;
}

§Properties

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

The date and time at which the table class was last updated.

§
TableClass?: TableClass | null
[src]

The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.