Class: Aws::Transfer::Types::ImportHostKeyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::ImportHostKeyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #host_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the host key identifier for the imported key.
 - 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the server identifier that contains the imported key.
 
Instance Attribute Details
#host_key_id ⇒ String
Returns the host key identifier for the imported key.
      3425 3426 3427 3428 3429 3430  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 3425 class ImportHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#server_id ⇒ String
Returns the server identifier that contains the imported key.
      3425 3426 3427 3428 3429 3430  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 3425 class ImportHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end  |