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

BatchListObjectParents

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

Lists parent objects that are associated with a given object in pagination fashion.

interface BatchListObjectParents {
MaxResults?: number | null;
NextToken?: string | null;
ObjectReference: ObjectReference;
}

§Properties

§
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]