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

DashboardSummary

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

Contains a dashboard summary.

interface DashboardSummary {
creationDate?: Date | number | null;
description?: string | null;
id: string;
lastUpdateDate?: Date | number | null;
name: string;
}

§Properties

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

The date the dashboard was created, in Unix epoch time.

§
description?: string | null
[src]

The dashboard's description.

§
id: string
[src]

The ID of the dashboard.

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

The date the dashboard was last updated, in Unix epoch time.

§
name: string
[src]

The name of the dashboard