Class: Aws::IoT::Types::TransferCertificateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::TransferCertificateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The output from the TransferCertificate operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #transferred_certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the certificate.
 
Instance Attribute Details
#transferred_certificate_arn ⇒ String
The ARN of the certificate.
      15527 15528 15529 15530 15531  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15527 class TransferCertificateResponse < Struct.new( :transferred_certificate_arn) SENSITIVE = [] include Aws::Structure end  |