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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3104
3105
3106
3107
3108
# File 'lib/aws-sdk-robomaker/types.rb', line 3104

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