You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::SimulationSoftwareSuite
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SimulationSoftwareSuite
- Defined in:
- (unknown)
Overview
Note:
When passing SimulationSoftwareSuite as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "Gazebo", # accepts Gazebo, RosbagPlay
version: "SimulationSoftwareSuiteVersionType",
}
Information about a simulation software suite.
Returned by:
- CreateSimulationApplicationRequest#simulation_software_suite
- CreateSimulationApplicationResponse#simulation_software_suite
- CreateSimulationApplicationVersionResponse#simulation_software_suite
- DescribeSimulationApplicationResponse#simulation_software_suite
- Aws::RoboMaker::Types::SimulationApplicationSummary#simulation_software_suite
- UpdateSimulationApplicationRequest#simulation_software_suite
- UpdateSimulationApplicationResponse#simulation_software_suite
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the simulation software suite.
-
#version ⇒ String
The version of the simulation software suite.
Instance Attribute Details
#name ⇒ String
The name of the simulation software suite.
Possible values:
- Gazebo
- RosbagPlay
#version ⇒ String
The version of the simulation software suite.