Class: Aws::Transfer::Types::DeleteHostKeyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DeleteHostKeyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #host_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the host key that you are deleting.
 - 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the server that contains the host key that you are deleting.
 
Instance Attribute Details
#host_key_id ⇒ String
The identifier of the host key that you are deleting.
      1407 1408 1409 1410 1411 1412  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1407 class DeleteHostKeyRequest < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#server_id ⇒ String
The identifier of the server that contains the host key that you are deleting.
      1407 1408 1409 1410 1411 1412  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1407 class DeleteHostKeyRequest < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end  |