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

BatchListObjectParentPathsResponse

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

Represents the output of a "ListObjectParentPaths" response operation.

interface BatchListObjectParentPathsResponse {
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.