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

GetPartitionIndexesResponse

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

§Properties

§
NextToken?: string | null
[src]

A continuation token, present if the current list segment is not the last.

§
PartitionIndexDescriptorList?: PartitionIndexDescriptor[] | null
[src]

A list of index descriptors.