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

SystemTemplateSummary

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

An object that contains information about a system.

interface SystemTemplateSummary {
arn?: string | null;
createdAt?: Date | number | null;
id?: string | null;
revisionNumber?: number | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the system.

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

The date when the system was created.

§
id?: string | null
[src]

The ID of the system.

§
revisionNumber?: number | null
[src]

The revision number of the system.