Class: Aws::RoboMaker::Types::SimulationSoftwareSuite
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SimulationSoftwareSuite
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
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. ‘SimulationRuntime` is the only supported value.
4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4903 class SimulationSoftwareSuite < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the simulation software suite. Not applicable for ‘SimulationRuntime`.
4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4903 class SimulationSoftwareSuite < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |