Class: Aws::RoboMaker::Types::SimulationSoftwareSuite
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SimulationSoftwareSuite
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Note:
When making an API call, you may pass SimulationSoftwareSuite data as a hash:
{
name: "Gazebo", # accepts Gazebo, RosbagPlay, SimulationRuntime
version: "SimulationSoftwareSuiteVersionType",
}
Information about a simulation software suite.
Constant Summary collapse
- SENSITIVE =
[]
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.
5967 5968 5969 5970 5971 5972 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5967 class SimulationSoftwareSuite < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the simulation software suite.
5967 5968 5969 5970 5971 5972 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5967 class SimulationSoftwareSuite < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |