Class: Aws::IoT::Types::RegisterThingRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::RegisterThingRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The parameters for provisioning a thing. 
- 
  
    
      #template_body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The provisioning template. 
Instance Attribute Details
#parameters ⇒ Hash<String,String>
The parameters for provisioning a thing. See [Provisioning Templates] for more information.
[1]: docs.aws.amazon.com/iot/latest/developerguide/provision-template.html
| 14248 14249 14250 14251 14252 14253 | # File 'lib/aws-sdk-iot/types.rb', line 14248 class RegisterThingRequest < Struct.new( :template_body, :parameters) SENSITIVE = [] include Aws::Structure end | 
#template_body ⇒ String
The provisioning template. See [Provisioning Devices That Have Device Certificates] for more information.
[1]: docs.aws.amazon.com/iot/latest/developerguide/provision-w-cert.html
| 14248 14249 14250 14251 14252 14253 | # File 'lib/aws-sdk-iot/types.rb', line 14248 class RegisterThingRequest < Struct.new( :template_body, :parameters) SENSITIVE = [] include Aws::Structure end |