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

GetPartitionsResponse

import type { GetPartitionsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetPartitionsResponse {
NextToken?: string | null;
Partitions?: Partition[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if the returned list of partitions does not include the last one.

§
Partitions?: Partition[] | null
[src]

A list of requested partitions.