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

DescribeProjectResponse

import type { DescribeProjectResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface DescribeProjectResponse {
portalId: string;
projectArn: string;
projectCreationDate: Date | number;
projectDescription?: string | null;
projectId: string;
projectLastUpdateDate: Date | number;
projectName: string;
}

§Properties

§
portalId: string
[src]

The ID of the portal that the project is in.

§
projectArn: string
[src]

The ARN of the project, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
§
projectCreationDate: Date | number
[src]

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

§
projectDescription?: string | null
[src]

The project's description.

§
projectId: string
[src]

The ID of the project.

§
projectLastUpdateDate: Date | number
[src]

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

§
projectName: string
[src]

The name of the project.