Class: Aws::IoT::Types::RegisterCACertificateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::RegisterCACertificateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The output from the RegisterCACertificateResponse operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CA certificate ARN.
 - 
  
    
      #certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CA certificate identifier.
 
Instance Attribute Details
#certificate_arn ⇒ String
The CA certificate ARN.
      14185 14186 14187 14188 14189 14190  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14185 class RegisterCACertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate_id ⇒ String
The CA certificate identifier.
      14185 14186 14187 14188 14189 14190  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14185 class RegisterCACertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end  |