Class: Aws::RoboMaker::Types::GetWorldTemplateBodyResponse

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

#template_bodyString

The world template body.

Returns:

  • (String)


3109
3110
3111
3112
3113
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3109

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