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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1322

class CreateWorldGenerationJobRequest < Struct.new(
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1322

class CreateWorldGenerationJobRequest < Struct.new(
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end

#templateString

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

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1322

class CreateWorldGenerationJobRequest < Struct.new(
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end

#world_countTypes::WorldCount

Information about the world count.

Returns:



1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1322

class CreateWorldGenerationJobRequest < Struct.new(
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end

#world_tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1322

class CreateWorldGenerationJobRequest < Struct.new(
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end