Class: Aws::IoT::Types::RegisterThingResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::RegisterThingResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_pem  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The certificate data, in PEM format.
 - 
  
    
      #resource_arns  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARNs for the generated resources.
 
Instance Attribute Details
#certificate_pem ⇒ String
The certificate data, in PEM format.
      14304 14305 14306 14307 14308 14309  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14304 class RegisterThingResponse < Struct.new( :certificate_pem, :resource_arns) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arns ⇒ Hash<String,String>
ARNs for the generated resources.
      14304 14305 14306 14307 14308 14309  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14304 class RegisterThingResponse < Struct.new( :certificate_pem, :resource_arns) SENSITIVE = [] include Aws::Structure end  |