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

Class: Aws::RoboMaker::Types::RenderingEngine

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

Overview

Note:

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

{
  name: "OGRE", # accepts OGRE
  version: "RenderingEngineVersionType",
}

Information about a rendering engine.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the rendering engine.

Possible values:

  • OGRE

Returns:

  • (String)

    The name of the rendering engine.

#versionString

The version of the rendering engine.

Returns:

  • (String)

    The version of the rendering engine.