Class: Aws::RoboMaker::Types::DescribeWorldTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#templateString

The Amazon Resource Name (arn) of the world template you want to describe.

Returns:

  • (String)


2886
2887
2888
2889
2890
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2886

class DescribeWorldTemplateRequest < Struct.new(
  :template)
  SENSITIVE = []
  include Aws::Structure
end