Class: Aws::RoboMaker::Types::CreateWorldTemplateRequest

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.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1463

class CreateWorldTemplateRequest < Struct.new(
  :client_request_token,
  :name,
  :template_body,
  :template_location,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the world template.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1463

class CreateWorldTemplateRequest < Struct.new(
  :client_request_token,
  :name,
  :template_body,
  :template_location,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1463
1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1463

class CreateWorldTemplateRequest < Struct.new(
  :client_request_token,
  :name,
  :template_body,
  :template_location,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#template_bodyString

The world template body.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1463

class CreateWorldTemplateRequest < Struct.new(
  :client_request_token,
  :name,
  :template_body,
  :template_location,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#template_locationTypes::TemplateLocation

The location of the world template.



1463
1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1463

class CreateWorldTemplateRequest < Struct.new(
  :client_request_token,
  :name,
  :template_body,
  :template_location,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end