Class: Aws::IoT::Types::RegisterCertificateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::RegisterCertificateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The output from the RegisterCertificate operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The certificate ARN.
 - 
  
    
      #certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The certificate identifier.
 
Instance Attribute Details
#certificate_arn ⇒ String
The certificate ARN.
      14233 14234 14235 14236 14237 14238  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14233 class RegisterCertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate_id ⇒ String
The certificate identifier.
      14233 14234 14235 14236 14237 14238  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14233 class RegisterCertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end  |