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.
      5603 5604 5605 5606 5607 5608 5609 5610  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5603 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.
      5603 5604 5605 5606 5607 5608 5609 5610  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5603 class UpdateWorldTemplateRequest < Struct.new( :template, :name, :template_body, :template_location) SENSITIVE = [] include Aws::Structure end  | 
  
#template_body ⇒ String
The world template body.
      5603 5604 5605 5606 5607 5608 5609 5610  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5603 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.
      5603 5604 5605 5606 5607 5608 5609 5610  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5603 class UpdateWorldTemplateRequest < Struct.new( :template, :name, :template_body, :template_location) SENSITIVE = [] include Aws::Structure end  |