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

MetadataInfo

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

A structure containing metadata information for a schema version.

interface MetadataInfo {
CreatedTime?: string | null;
MetadataValue?: string | null;
OtherMetadataValueList?: OtherMetadataValueListItem[] | null;
}

§Properties

§
CreatedTime?: string | null
[src]

The time at which the entry was created.

§
MetadataValue?: string | null
[src]

The metadata key’s corresponding value.

§
OtherMetadataValueList?: OtherMetadataValueListItem[] | null
[src]

Other metadata belonging to the same metadata key.