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

ExecuteQueryResponse

import type { ExecuteQueryResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface ExecuteQueryResponse {
columnDescriptions?: ColumnDescription[] | null;
nextToken?: string | null;
rows?: Row[] | null;
}

§Properties

§
columnDescriptions?: ColumnDescription[] | null
[src]

A list of ColumnDescription objects.

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
rows?: Row[] | null
[src]

Represents a single row in the query results.