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-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
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]
§
lastUpdatedAt?: Date | number | null
[src]
§
name?: string | null
[src]
§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]
§
simulationSoftwareSuite?: SimulationSoftwareSuite | null
[src]
§
version?: string | null
[src]