Class: Aws::IoT::Types::StartThingRegistrationTaskRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::StartThingRegistrationTaskRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #input_file_bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 bucket that contains the input file.
 - 
  
    
      #input_file_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of input file within the S3 bucket.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IAM role ARN that grants permission the input file.
 - 
  
    
      #template_body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provisioning template.
 
Instance Attribute Details
#input_file_bucket ⇒ String
The S3 bucket that contains the input file.
      14115 14116 14117 14118 14119 14120 14121 14122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14115 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#input_file_key ⇒ String
The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).
      14115 14116 14117 14118 14119 14120 14121 14122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14115 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The IAM role ARN that grants permission the input file.
      14115 14116 14117 14118 14119 14120 14121 14122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14115 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#template_body ⇒ String
The provisioning template.
      14115 14116 14117 14118 14119 14120 14121 14122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14115 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end  |