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

ExperimentTemplateSummary

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

Provides a summary of an experiment template.

interface ExperimentTemplateSummary {
creationTime?: Date | number | null;
description?: string | null;
id?: string | null;
lastUpdateTime?: Date | number | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

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

The time that the experiment template was created.

§
description?: string | null
[src]

The description of the experiment template.

§
id?: string | null
[src]

The ID of the experiment template.

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

The time that the experiment template was last updated.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags for the experiment template.