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

Class: Aws::RoboMaker::Types::UpdateWorldTemplateRequest

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

Overview

Note:

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

{
  template: "Arn", # required
  name: "TemplateName",
  template_body: "Json",
  template_location: {
    s3_bucket: "S3Bucket", # required
    s3_key: "S3Key", # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the template.

Returns:

  • (String)

    The name of the template.

#templateString

The Amazon Resource Name (arn) of the world template to update.

Returns:

  • (String)

    The Amazon Resource Name (arn) of the world template to update.

#template_bodyString

The world template body.

Returns:

  • (String)

    The world template body.

#template_locationTypes::TemplateLocation

The location of the world template.

Returns: