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

PartitionObjects

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

A structure containing a list of partition values and table objects.

interface PartitionObjects {
Objects?: TableObject[] | null;
PartitionValues?: string[] | null;
}

§Properties

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

A list of table objects

§
PartitionValues?: string[] | null
[src]

A list of partition values.