Class: Aws::RoboMaker::Types::GetWorldTemplateBodyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::GetWorldTemplateBodyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generation_job ⇒ String
The Amazon Resource Name (arn) of the world generator job.
-
#template ⇒ String
The Amazon Resource Name (arn) of the world template.
Instance Attribute Details
#generation_job ⇒ String
The Amazon Resource Name (arn) of the world generator job.
3091 3092 3093 3094 3095 3096 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3091 class GetWorldTemplateBodyRequest < Struct.new( :template, :generation_job) SENSITIVE = [] include Aws::Structure end |
#template ⇒ String
The Amazon Resource Name (arn) of the world template.
3091 3092 3093 3094 3095 3096 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3091 class GetWorldTemplateBodyRequest < Struct.new( :template, :generation_job) SENSITIVE = [] include Aws::Structure end |