Class: Aws::RoboMaker::Types::GetWorldTemplateBodyRequest

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

#generation_jobString

The Amazon Resource Name (arn) of the world generator job.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3096

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

#templateString

The Amazon Resource Name (arn) of the world template.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3096

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