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

SimulationJobSummary

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

Summary information for a simulation job.

interface SimulationJobSummary {
arn?: string | null;
computeType?: ComputeType | null;
dataSourceNames?: string[] | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
robotApplicationNames?: string[] | null;
simulationApplicationNames?: string[] | null;
status?: SimulationJobStatus | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the simulation job.

§
computeType?: ComputeType | null
[src]

The compute type for the simulation job summary.

§
dataSourceNames?: string[] | null
[src]

The names of the data sources.

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

The time, in milliseconds since the epoch, when the simulation job was last updated.

§
name?: string | null
[src]

The name of the simulation job.

§
robotApplicationNames?: string[] | null
[src]

A list of simulation job robot application names.

§
simulationApplicationNames?: string[] | null
[src]

A list of simulation job simulation application names.

§
status?: SimulationJobStatus | null
[src]

The status of the simulation job.