Class: Aws::IoT::Types::DescribeProvisioningTemplateVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeProvisioningTemplateVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the provisioning template version was created.
 - 
  
    
      #is_default_version  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
True if the provisioning template version is the default version.
 - 
  
    
      #template_body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JSON formatted contents of the provisioning template version.
 - 
  
    
      #version_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provisioning template version ID.
 
Instance Attribute Details
#creation_date ⇒ Time
The date when the provisioning template version was created.
      6052 6053 6054 6055 6056 6057 6058 6059  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6052 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end  | 
  
#is_default_version ⇒ Boolean
True if the provisioning template version is the default version.
      6052 6053 6054 6055 6056 6057 6058 6059  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6052 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end  | 
  
#template_body ⇒ String
The JSON formatted contents of the provisioning template version.
      6052 6053 6054 6055 6056 6057 6058 6059  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6052 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end  | 
  
#version_id ⇒ Integer
The provisioning template version ID.
      6052 6053 6054 6055 6056 6057 6058 6059  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6052 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end  |