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

Event

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

This data type is used as a response element in the "DescribeEvents" action.

interface Event {
Date?: Date | number | null;
EventCategories: string[];
Message?: string | null;
SourceArn?: string | null;
SourceIdentifier?: string | null;
SourceType?: SourceType | null;
}

§Properties

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

Specifies the date and time of the event.

§
EventCategories: string[]
[src]

Specifies the category for the event.

§
Message?: string | null
[src]

Provides the text of this event.

§
SourceArn?: string | null
[src]

The Amazon Resource Name (ARN) for the event.

§
SourceIdentifier?: string | null
[src]

Provides the identifier for the source of the event.

§
SourceType?: SourceType | null
[src]

Specifies the source type for this event.