Class: Aws::RoboMaker::Types::UpdateWorldTemplateRequest

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

#nameString

The name of the template.

Returns:

  • (String)


5603
5604
5605
5606
5607
5608
5609
5610
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5603

class UpdateWorldTemplateRequest < Struct.new(
  :template,
  :name,
  :template_body,
  :template_location)
  SENSITIVE = []
  include Aws::Structure
end

#templateString

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

Returns:

  • (String)


5603
5604
5605
5606
5607
5608
5609
5610
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5603

class UpdateWorldTemplateRequest < Struct.new(
  :template,
  :name,
  :template_body,
  :template_location)
  SENSITIVE = []
  include Aws::Structure
end

#template_bodyString

The world template body.

Returns:

  • (String)


5603
5604
5605
5606
5607
5608
5609
5610
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5603

class UpdateWorldTemplateRequest < Struct.new(
  :template,
  :name,
  :template_body,
  :template_location)
  SENSITIVE = []
  include Aws::Structure
end

#template_locationTypes::TemplateLocation

The location of the world template.



5603
5604
5605
5606
5607
5608
5609
5610
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5603

class UpdateWorldTemplateRequest < Struct.new(
  :template,
  :name,
  :template_body,
  :template_location)
  SENSITIVE = []
  include Aws::Structure
end