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

BatchListAttachedIndicesResponse

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

Represents the output of a "ListAttachedIndices" response operation.

interface BatchListAttachedIndicesResponse {
IndexAttachments?: IndexAttachment[] | null;
NextToken?: string | null;
}

§Properties

§
IndexAttachments?: IndexAttachment[] | null
[src]

The indices attached to the specified object.

§
NextToken?: string | null
[src]

The pagination token.