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

ProjectSummary

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

Contains project summary information.

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

§Properties

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

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

§
description?: string | null
[src]

The project's description.

§
id: string
[src]

The ID of the project.

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

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

§
name: string
[src]

The name of the project.