Class: Aws::IoT::Types::DescribeManagedJobTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeManagedJobTemplateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of a managed job template, which is required.
 - 
  
    
      #template_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional parameter to specify version of a managed template.
 
Instance Attribute Details
#template_name ⇒ String
The unique name of a managed job template, which is required.
      5830 5831 5832 5833 5834 5835  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5830 class DescribeManagedJobTemplateRequest < Struct.new( :template_name, :template_version) SENSITIVE = [] include Aws::Structure end  | 
  
#template_version ⇒ String
An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
      5830 5831 5832 5833 5834 5835  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5830 class DescribeManagedJobTemplateRequest < Struct.new( :template_name, :template_version) SENSITIVE = [] include Aws::Structure end  |