Class: Aws::RoboMaker::Types::WorldConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::WorldConfig
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Note:
When making an API call, you may pass WorldConfig data as a hash:
{
world: "Arn",
}
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.
7109 7110 7111 7112 7113 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 7109 class WorldConfig < Struct.new( :world) SENSITIVE = [] include Aws::Structure end |