Class: Aws::RoboMaker::Types::CreateWorldTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CreateWorldTemplateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the world template.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map that contains tag keys and tag values that are attached to the world template.
 - 
  
    
      #template_body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The world template body.
 - 
  
    
      #template_location  ⇒ Types::TemplateLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location of the world template.
 
Instance Attribute Details
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      1463 1464 1465 1466 1467 1468 1469 1470 1471  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1463 class CreateWorldTemplateRequest < Struct.new( :client_request_token, :name, :template_body, :template_location, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the world template.
      1463 1464 1465 1466 1467 1468 1469 1470 1471  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1463 class CreateWorldTemplateRequest < Struct.new( :client_request_token, :name, :template_body, :template_location, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world template.
      1463 1464 1465 1466 1467 1468 1469 1470 1471  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1463 class CreateWorldTemplateRequest < Struct.new( :client_request_token, :name, :template_body, :template_location, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#template_body ⇒ String
The world template body.
      1463 1464 1465 1466 1467 1468 1469 1470 1471  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1463 class CreateWorldTemplateRequest < Struct.new( :client_request_token, :name, :template_body, :template_location, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#template_location ⇒ Types::TemplateLocation
The location of the world template.
      1463 1464 1465 1466 1467 1468 1469 1470 1471  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1463 class CreateWorldTemplateRequest < Struct.new( :client_request_token, :name, :template_body, :template_location, :tags) SENSITIVE = [] include Aws::Structure end  |