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

SimulationApplicationSummary

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

Summary information for a simulation application.

interface SimulationApplicationSummary {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
simulationSoftwareSuite?: SimulationSoftwareSuite | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]

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

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

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

§
name?: string | null
[src]

The name of the simulation application.

§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]

Information about a robot software suite (ROS distribution).

§
simulationSoftwareSuite?: SimulationSoftwareSuite | null
[src]

Information about a simulation software suite.

§
version?: string | null
[src]

The version of the simulation application.