Class: Aws::RoboMaker::Types::DescribeWorldTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DescribeWorldTemplateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #template  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (arn) of the world template you want to describe.
 
Instance Attribute Details
#template ⇒ String
The Amazon Resource Name (arn) of the world template you want to describe.
      2886 2887 2888 2889 2890  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2886 class DescribeWorldTemplateRequest < Struct.new( :template) SENSITIVE = [] include Aws::Structure end  |