Class: Aws::RoboMaker::Types::SimulationSoftwareSuite

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Information about a simulation software suite.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the simulation software suite.

Returns:

  • (String)


4902
4903
4904
4905
4906
4907
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4902

class SimulationSoftwareSuite < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the simulation software suite.

Returns:

  • (String)


4902
4903
4904
4905
4906
4907
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4902

class SimulationSoftwareSuite < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end