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

Class: Aws::RoboMaker::Types::GetWorldTemplateBodyRequest

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

Overview

Note:

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

{
  template: "Arn",
  generation_job: "Arn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#generation_jobString

The Amazon Resource Name (arn) of the world generator job.

Returns:

  • (String)

    The Amazon Resource Name (arn) of the world generator job.

#templateString

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

Returns:

  • (String)

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