Class: Aws::RoboMaker::Types::CreateWorldGenerationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateWorldGenerationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world generator job.
-
#template ⇒ String
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
-
#world_count ⇒ Types::WorldCount
Information about the world count.
-
#world_tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the generated worlds.
Instance Attribute Details
#client_request_token ⇒ String
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.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1318 class CreateWorldGenerationJobRequest < Struct.new( :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world generator job.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1318 class CreateWorldGenerationJobRequest < Struct.new( :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#template ⇒ String
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1318 class CreateWorldGenerationJobRequest < Struct.new( :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#world_count ⇒ Types::WorldCount
Information about the world count.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1318 class CreateWorldGenerationJobRequest < Struct.new( :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#world_tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the generated worlds.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1318 class CreateWorldGenerationJobRequest < Struct.new( :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |