Class: Aws::Transfer::Types::ImportCertificateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::ImportCertificateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of identifiers for the imported certificates.
 
Instance Attribute Details
#certificate_id ⇒ String
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
      3379 3380 3381 3382 3383  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 3379 class ImportCertificateResponse < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end  |