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

EntityType

import type { EntityType } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

The entity type details.

interface EntityType {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
lastUpdatedTime?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The entity type ARN.

§
createdTime?: string | null
[src]

Timestamp of when the entity type was created.

§
description?: string | null
[src]

The entity type description.

§
lastUpdatedTime?: string | null
[src]

Timestamp of when the entity type was last updated.

§
name?: string | null
[src]

The entity type name.