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

GetTableObjectsResponse

import type { GetTableObjectsResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetTableObjectsResponse {
NextToken?: string | null;
Objects?: PartitionObjects[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token indicating whether additional data is available.

§
Objects?: PartitionObjects[] | null
[src]

A list of objects organized by partition keys.