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

BatchListAttachedIndices

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

Lists indices attached to an object inside a "BatchRead" operation. For more information, see "ListAttachedIndices" and "BatchReadRequest$Operations".

interface BatchListAttachedIndices {
MaxResults?: number | null;
NextToken?: string | null;
TargetReference: ObjectReference;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to retrieve.

§
NextToken?: string | null
[src]

The pagination token.

§
TargetReference: ObjectReference
[src]

A reference to the object that has indices attached.