class Aws::RoboMaker::Types::CreateWorldTemplateRequest
@note When making an API call, you may pass CreateWorldTemplateRequest
data as a hash: { client_request_token: "ClientRequestToken", name: "TemplateName", template_body: "Json", template_location: { s3_bucket: "S3Bucket", # required s3_key: "S3Key", # required }, tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] client_request_token
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. @return [String]
@!attribute [rw] name
The name of the world template. @return [String]
@!attribute [rw] template_body
The world template body. @return [String]
@!attribute [rw] template_location
The location of the world template. @return [Types::TemplateLocation]
@!attribute [rw] tags
A map that contains tag keys and tag values that are attached to the world template. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldTemplateRequest AWS API Documentation
Constants
- SENSITIVE