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

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

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

Overview

Note:

When passing CreateWorldTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_request_token: "ClientRequestToken",
  name: "TemplateName",
  template_body: "Json",
  template_location: {
    s3_bucket: "S3Bucket", # required
    s3_key: "S3Key", # required
  },
  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.

#nameString

The name of the world template.

Returns:

  • (String)

    The name of the world template.

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)

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

#template_bodyString

The world template body.

Returns:

  • (String)

    The world template body.

#template_locationTypes::TemplateLocation

The location of the world template.

Returns: