Class: Aws::RoboMaker::Types::WorldConfig

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

Overview

Configuration information for a world.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#worldString

The world generated by Simulation WorldForge.

Returns:

  • (String)


5760
5761
5762
5763
5764
# File 'lib/aws-sdk-robomaker/types.rb', line 5760

class WorldConfig < Struct.new(
  :world)
  SENSITIVE = []
  include Aws::Structure
end