Class: Aws::RoboMaker::Types::UpdateSimulationApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::UpdateSimulationApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The application information for the simulation application.
-
#current_revision_id ⇒ String
The revision id for the robot application.
-
#environment ⇒ Types::Environment
The object that contains the Docker image URI for your simulation application.
-
#rendering_engine ⇒ Types::RenderingEngine
The rendering engine for the simulation application.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about the robot software suite (ROS distribution).
-
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
The simulation software suite used by the simulation application.
-
#sources ⇒ Array<Types::SourceConfig>
The sources of the simulation application.
Instance Attribute Details
#application ⇒ String
The application information for the simulation application.
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5513 class UpdateSimulationApplicationRequest < Struct.new( :application, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end |
#current_revision_id ⇒ String
The revision id for the robot application.
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5513 class UpdateSimulationApplicationRequest < Struct.new( :application, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end |
#environment ⇒ Types::Environment
The object that contains the Docker image URI for your simulation application.
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5513 class UpdateSimulationApplicationRequest < Struct.new( :application, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end |
#rendering_engine ⇒ Types::RenderingEngine
The rendering engine for the simulation application.
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5513 class UpdateSimulationApplicationRequest < Struct.new( :application, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end |
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about the robot software suite (ROS distribution).
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5513 class UpdateSimulationApplicationRequest < Struct.new( :application, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end |
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
The simulation software suite used by the simulation application.
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5513 class UpdateSimulationApplicationRequest < Struct.new( :application, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::SourceConfig>
The sources of the simulation application.
5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5513 class UpdateSimulationApplicationRequest < Struct.new( :application, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end |