Class: Aws::RoboMaker::Types::GetWorldTemplateBodyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::GetWorldTemplateBodyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_body ⇒ String
The world template body.
Instance Attribute Details
#template_body ⇒ String
The world template body.
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 |