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

ListObjectParentPathsResponse

import type { ListObjectParentPathsResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListObjectParentPathsResponse {
NextToken?: string | null;
PathToObjectIdentifiersList?: PathToObjectIdentifiers[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token.

§
PathToObjectIdentifiersList?: PathToObjectIdentifiers[] | null
[src]

Returns the path to the ObjectIdentifiers that are associated with the directory.