Get Simulation Application Result
data class GetSimulationApplicationResult(val arn: String? = null, val currentRevisionId: String? = null, val environment: String? = null, val robotSoftwareSuite: SimulationApplicationRobotSoftwareSuite? = null, val simulationSoftwareSuite: SimulationApplicationSimulationSoftwareSuite? = null, val tags: Map<String, String>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, currentRevisionId: String? = null, environment: String? = null, robotSoftwareSuite: SimulationApplicationRobotSoftwareSuite? = null, simulationSoftwareSuite: SimulationApplicationSimulationSoftwareSuite? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The current revision id.
Link copied to clipboard
The URI of the Docker image for the robot application.
Link copied to clipboard
The robot software suite used by the simulation application.
Link copied to clipboard
The simulation software suite used by the simulation application.