Class: Aws::RoboMaker::Types::UpdateWorldTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::UpdateWorldTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the template.
-
#template ⇒ String
The Amazon Resource Name (arn) of the world template to update.
-
#template_body ⇒ String
The world template body.
-
#template_location ⇒ Types::TemplateLocation
The location of the world template.
Instance Attribute Details
#name ⇒ String
The name of the template.
5602 5603 5604 5605 5606 5607 5608 5609 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5602 class UpdateWorldTemplateRequest < Struct.new( :template, :name, :template_body, :template_location) SENSITIVE = [] include Aws::Structure end |
#template ⇒ String
The Amazon Resource Name (arn) of the world template to update.
5602 5603 5604 5605 5606 5607 5608 5609 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5602 class UpdateWorldTemplateRequest < Struct.new( :template, :name, :template_body, :template_location) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
The world template body.
5602 5603 5604 5605 5606 5607 5608 5609 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5602 class UpdateWorldTemplateRequest < Struct.new( :template, :name, :template_body, :template_location) SENSITIVE = [] include Aws::Structure end |
#template_location ⇒ Types::TemplateLocation
The location of the world template.
5602 5603 5604 5605 5606 5607 5608 5609 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5602 class UpdateWorldTemplateRequest < Struct.new( :template, :name, :template_body, :template_location) SENSITIVE = [] include Aws::Structure end |