UpdateSimulationApplicationResponse
import type { UpdateSimulationApplicationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface UpdateSimulationApplicationResponse {
arn?: string | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
renderingEngine?: RenderingEngine | null;
revisionId?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
simulationSoftwareSuite?: SimulationSoftwareSuite | null;
sources?: Source[] | null;
version?: string | null;
}§Properties
§
renderingEngine?: RenderingEngine | null
[src]§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]§
simulationSoftwareSuite?: SimulationSoftwareSuite | null
[src]