Class: Aws::RoboMaker::Types::CreateSimulationApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::Environment

The object that contains the Docker image URI used to create your simulation application.

Returns:



720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 720

class CreateSimulationApplicationRequest < Struct.new(
  :name,
  :sources,
  :simulation_software_suite,
  :robot_software_suite,
  :rendering_engine,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the simulation application.

Returns:

  • (String)


720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 720

class CreateSimulationApplicationRequest < Struct.new(
  :name,
  :sources,
  :simulation_software_suite,
  :robot_software_suite,
  :rendering_engine,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#rendering_engineTypes::RenderingEngine

The rendering engine for the simulation application.



720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 720

class CreateSimulationApplicationRequest < Struct.new(
  :name,
  :sources,
  :simulation_software_suite,
  :robot_software_suite,
  :rendering_engine,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#robot_software_suiteTypes::RobotSoftwareSuite

The robot software suite (ROS distribution) used by the simulation application.



720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 720

class CreateSimulationApplicationRequest < Struct.new(
  :name,
  :sources,
  :simulation_software_suite,
  :robot_software_suite,
  :rendering_engine,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#simulation_software_suiteTypes::SimulationSoftwareSuite

The simulation software suite used by the simulation application.



720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 720

class CreateSimulationApplicationRequest < Struct.new(
  :name,
  :sources,
  :simulation_software_suite,
  :robot_software_suite,
  :rendering_engine,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::SourceConfig>

The sources of the simulation application.

Returns:



720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 720

class CreateSimulationApplicationRequest < Struct.new(
  :name,
  :sources,
  :simulation_software_suite,
  :robot_software_suite,
  :rendering_engine,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the simulation application.

Returns:

  • (Hash<String,String>)


720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 720

class CreateSimulationApplicationRequest < Struct.new(
  :name,
  :sources,
  :simulation_software_suite,
  :robot_software_suite,
  :rendering_engine,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end