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

ListObjectParentPathsRequest

import type { ListObjectParentPathsRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListObjectParentPathsRequest {
DirectoryArn: string;
MaxResults?: number | null;
NextToken?: string | null;
ObjectReference: ObjectReference;
}

§Properties

§
DirectoryArn: string
[src]

The ARN of the directory to which the parent path applies.

§
MaxResults?: number | null
[src]

The maximum number of items to be retrieved in a single call. This is an approximate number.

§
NextToken?: string | null
[src]

The pagination token.

§
ObjectReference: ObjectReference
[src]

The reference that identifies the object whose parent paths are listed.