Class: Aws::IoT::Types::ProvisioningTemplateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::ProvisioningTemplateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
A summary of information about a provisioning template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the provisioning template summary was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the provisioning template.
 - 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
True if the fleet provision template is enabled, otherwise false.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the provisioning template summary was last modified.
 - 
  
    
      #template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the provisioning template.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the provisioning template.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type you define in a provisioning template.
 
Instance Attribute Details
#creation_date ⇒ Time
The date when the provisioning template summary was created.
      12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12644 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the provisioning template.
      12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12644 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#enabled ⇒ Boolean
True if the fleet provision template is enabled, otherwise false.
      12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12644 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date when the provisioning template summary was last modified.
      12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12644 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#template_arn ⇒ String
The ARN of the provisioning template.
      12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12644 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the provisioning template.
      12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12644 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type you define in a provisioning template. You can create a template with only one type. You can’t change the template type after its creation. The default value is ‘FLEET_PROVISIONING`. For more information about provisioning template, see: [Provisioning template].
[1]: docs.aws.amazon.com/iot/latest/developerguide/provision-template.html
      12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12644 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end  |