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

ListProfileObjectTypeItem

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

A ProfileObjectType instance.

interface ListProfileObjectTypeItem {
CreatedAt?: Date | number | null;
Description: string;
LastUpdatedAt?: Date | number | null;
ObjectTypeName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The timestamp of when the domain was created.

§
Description: string
[src]

Description of the profile object type.

§
LastUpdatedAt?: Date | number | null
[src]

The timestamp of when the domain was most recently edited.

§
ObjectTypeName: string
[src]

The name of the profile object type.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.