Class: Aws::IoT::Types::RegistrationConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::RegistrationConfig
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The registration configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the role. 
- 
  
    
      #template_body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The template body. 
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the provisioning template. 
Instance Attribute Details
#role_arn ⇒ String
The ARN of the role.
| 14409 14410 14411 14412 14413 14414 14415 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14409 class RegistrationConfig < Struct.new( :template_body, :role_arn, :template_name) SENSITIVE = [] include Aws::Structure end | 
#template_body ⇒ String
The template body.
| 14409 14410 14411 14412 14413 14414 14415 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14409 class RegistrationConfig < Struct.new( :template_body, :role_arn, :template_name) SENSITIVE = [] include Aws::Structure end | 
#template_name ⇒ String
The name of the provisioning template.
| 14409 14410 14411 14412 14413 14414 14415 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14409 class RegistrationConfig < Struct.new( :template_body, :role_arn, :template_name) SENSITIVE = [] include Aws::Structure end |