You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::CreateWorldGenerationJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateWorldGenerationJobRequest as input to an Aws::Client method, you can use a vanilla 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",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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

Returns:

  • (String)

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

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the world generator job.

Returns:

  • (Hash<String,String>)

    A map that contains tag keys and tag values that are attached to the world generator job.

#templateString

The Amazon Resource Name (arn) of the world template describing the worlds you want to create.

Returns:

  • (String)

    The Amazon Resource Name (arn) of the world template describing the worlds you want to create.

#world_countTypes::WorldCount

Information about the world count.

Returns:

#world_tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the generated worlds.

Returns:

  • (Hash<String,String>)

    A map that contains tag keys and tag values that are attached to the generated worlds.