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

ListDataCellsFilterRequest

import type { ListDataCellsFilterRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface ListDataCellsFilterRequest {
MaxResults?: number | null;
NextToken?: string | null;
Table?: TableResource | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum size of the response.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

§
Table?: TableResource | null
[src]

A table in the Glue Data Catalog.