Method: Aws::RoboMaker::Types::SimulationApplicationConfig#world_configs
- Defined in:
- lib/aws-sdk-robomaker/types.rb
#world_configs ⇒ Array<Types::WorldConfig>
A list of world configurations.
This API is no longer supported and will throw an error if used.
4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4467 class SimulationApplicationConfig < Struct.new( :application, :application_version, :launch_config, :upload_configurations, :world_configs, :use_default_upload_configurations, :tools, :use_default_tools) SENSITIVE = [] include Aws::Structure end |