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

ListAttachedIndicesResponse

import type { ListAttachedIndicesResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListAttachedIndicesResponse {
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.