class Aws::RoboMaker::Types::UpdateWorldTemplateRequest

@note When making an API call, you may pass UpdateWorldTemplateRequest

data as a hash:

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

@!attribute [rw] template

The Amazon Resource Name (arn) of the world template to update.
@return [String]

@!attribute [rw] name

The name of the 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]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UpdateWorldTemplateRequest AWS API Documentation

Constants

SENSITIVE