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

ListProfileObjectsResponse

import type { ListProfileObjectsResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface ListProfileObjectsResponse {
Items?: ListProfileObjectsItem[] | null;
NextToken?: string | null;
}

§Properties

§

The list of ListProfileObject instances.

§
NextToken?: string | null
[src]

The pagination token from the previous call to ListProfileObjects.