class Aws::RoboMaker::Types::CreateWorldGenerationJobRequest

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

data as a hash:

    {
      client_request_token: "ClientRequestToken",
      template: "Arn", # required
      world_count: { # required
        floorplan_count: 1,
        interior_count_per_floorplan: 1,
      },
      tags: {
        "TagKey" => "TagValue",
      },
      world_tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] client_request_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] template

The Amazon Resource Name (arn) of the world template describing the
worlds you want to create.
@return [String]

@!attribute [rw] world_count

Information about the world count.
@return [Types::WorldCount]

@!attribute [rw] tags

A map that contains tag keys and tag values that are attached to the
world generator job.
@return [Hash<String,String>]

@!attribute [rw] world_tags

A map that contains tag keys and tag values that are attached to the
generated worlds.
@return [Hash<String,String>]

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

Constants

SENSITIVE