Class: Aws::RoboMaker::Types::CreateSimulationApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateSimulationApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::Environment
The object that contains the Docker image URI used to create your simulation application.
-
#name ⇒ String
The name of the simulation application.
-
#rendering_engine ⇒ Types::RenderingEngine
The rendering engine for the simulation application.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite used by the simulation application.
-
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
The simulation software suite used by the simulation application.
-
#sources ⇒ Array<Types::SourceConfig>
The sources of the simulation application.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the simulation application.
Instance Attribute Details
#environment ⇒ Types::Environment
The object that contains the Docker image URI used to create your simulation application.
716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/aws-sdk-robomaker/types.rb', line 716 class CreateSimulationApplicationRequest < Struct.new( :name, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the simulation application.
716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/aws-sdk-robomaker/types.rb', line 716 class CreateSimulationApplicationRequest < Struct.new( :name, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#rendering_engine ⇒ Types::RenderingEngine
The rendering engine for the simulation application.
716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/aws-sdk-robomaker/types.rb', line 716 class CreateSimulationApplicationRequest < Struct.new( :name, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite used by the simulation application.
716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/aws-sdk-robomaker/types.rb', line 716 class CreateSimulationApplicationRequest < Struct.new( :name, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
The simulation software suite used by the simulation application.
716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/aws-sdk-robomaker/types.rb', line 716 class CreateSimulationApplicationRequest < Struct.new( :name, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::SourceConfig>
The sources of the simulation application.
716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/aws-sdk-robomaker/types.rb', line 716 class CreateSimulationApplicationRequest < Struct.new( :name, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the simulation application.
716 717 718 719 720 721 722 723 724 725 726 |
# File 'lib/aws-sdk-robomaker/types.rb', line 716 class CreateSimulationApplicationRequest < Struct.new( :name, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :tags, :environment) SENSITIVE = [] include Aws::Structure end |