Class: Aws::IoT::Types::DescribeManagedJobTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeManagedJobTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique description of a managed template.
 - 
  
    
      #document  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The document schema for a managed job template.
 - 
  
    
      #document_parameters  ⇒ Array<Types::DocumentParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.
 - 
  
    
      #environments  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of environments that are supported with the managed job template.
 - 
  
    
      #template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique Amazon Resource Name (ARN) of the managed template.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of a managed template, such as ‘AWS-Reboot`.
 - 
  
    
      #template_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version for a managed template.
 
Instance Attribute Details
#description ⇒ String
The unique description of a managed template.
      5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5873 class DescribeManagedJobTemplateResponse < Struct.new( :template_name, :template_arn, :description, :template_version, :environments, :document_parameters, :document) SENSITIVE = [] include Aws::Structure end  | 
  
#document ⇒ String
The document schema for a managed job template.
      5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5873 class DescribeManagedJobTemplateResponse < Struct.new( :template_name, :template_arn, :description, :template_version, :environments, :document_parameters, :document) SENSITIVE = [] include Aws::Structure end  | 
  
#document_parameters ⇒ Array<Types::DocumentParameter>
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.
<note markdown=“1”> ‘documentParameters` can only be used when creating jobs from Amazon Web Services managed templates. This parameter can’t be used with custom job templates or to create jobs from them.
</note>
  
      5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5873 class DescribeManagedJobTemplateResponse < Struct.new( :template_name, :template_arn, :description, :template_version, :environments, :document_parameters, :document) SENSITIVE = [] include Aws::Structure end  | 
  
#environments ⇒ Array<String>
A list of environments that are supported with the managed job template.
      5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5873 class DescribeManagedJobTemplateResponse < Struct.new( :template_name, :template_arn, :description, :template_version, :environments, :document_parameters, :document) SENSITIVE = [] include Aws::Structure end  | 
  
#template_arn ⇒ String
The unique Amazon Resource Name (ARN) of the managed template.
      5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5873 class DescribeManagedJobTemplateResponse < Struct.new( :template_name, :template_arn, :description, :template_version, :environments, :document_parameters, :document) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The unique name of a managed template, such as ‘AWS-Reboot`.
      5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5873 class DescribeManagedJobTemplateResponse < Struct.new( :template_name, :template_arn, :description, :template_version, :environments, :document_parameters, :document) SENSITIVE = [] include Aws::Structure end  | 
  
#template_version ⇒ String
The version for a managed template.
      5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5873 class DescribeManagedJobTemplateResponse < Struct.new( :template_name, :template_arn, :description, :template_version, :environments, :document_parameters, :document) SENSITIVE = [] include Aws::Structure end  |