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

Column

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

Contains information about a column that stores your data.

interface Column {
name: string;
type: string;
}

§Properties

§
name: string
[src]

The name of the column.

§
type: string
[src]

The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.