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.
| 14352 14353 14354 14355 14356 14357 14358 14359 | # File 'lib/aws-sdk-iot/types.rb', line 14352 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).
| 14352 14353 14354 14355 14356 14357 14358 14359 | # File 'lib/aws-sdk-iot/types.rb', line 14352 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.
| 14352 14353 14354 14355 14356 14357 14358 14359 | # File 'lib/aws-sdk-iot/types.rb', line 14352 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.
| 14352 14353 14354 14355 14356 14357 14358 14359 | # File 'lib/aws-sdk-iot/types.rb', line 14352 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end |