Class: Aws::RoboMaker::Types::WorldConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::WorldConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Configuration information for a world.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #world  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The world generated by Simulation WorldForge.
 
Instance Attribute Details
#world ⇒ String
The world generated by Simulation WorldForge.
      5760 5761 5762 5763 5764  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5760 class WorldConfig < Struct.new( :world) SENSITIVE = [] include Aws::Structure end  |