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

ListProfileObjectTypesResponse

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

§Properties

§

The list of ListProfileObjectTypes instances.

§
NextToken?: string | null
[src]

Identifies the next page of results to return.