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

ListProfileObjectsItem

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

A ProfileObject in a list of ProfileObjects.

interface ListProfileObjectsItem {
Object?: string | null;
ObjectTypeName?: string | null;
ProfileObjectUniqueKey?: string | null;
}

§Properties

§
Object?: string | null
[src]

A JSON representation of a ProfileObject that belongs to a profile.

§
ObjectTypeName?: string | null
[src]

Specifies the kind of object being added to a profile, such as "Salesforce-Account."

§
ProfileObjectUniqueKey?: string | null
[src]

The unique identifier of the ProfileObject generated by the service.