class Aws::RoboMaker::Types::WorldCount

The number of worlds that will be created. You can configure the number of unique floorplans and the number of unique interiors for each floor plan. For example, if you want 1 world with 20 unique interiors, you set `floorplanCount = 1` and `interiorCountPerFloorplan

20`. This will result in 20 worlds (`floorplanCount` *

`interiorCountPerFloorplan)`.

If you set `floorplanCount = 4` and `interiorCountPerFloorplan = 5`, there will be 20 worlds with 5 unique floor plans.

@note When making an API call, you may pass WorldCount

data as a hash:

    {
      floorplan_count: 1,
      interior_count_per_floorplan: 1,
    }

@!attribute [rw] floorplan_count

The number of unique floorplans.
@return [Integer]

@!attribute [rw] interior_count_per_floorplan

The number of unique interiors per floorplan.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/WorldCount AWS API Documentation

Constants

SENSITIVE