Class: Aws::Transfer::Types::DeleteSshPublicKeyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DeleteSshPublicKeyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.
 - 
  
    
      #ssh_public_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier used to reference your user’s specific SSH key.
 - 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique string that identifies a user whose public key is being deleted.
 
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.
      1454 1455 1456 1457 1458 1459 1460  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1454 class DeleteSshPublicKeyRequest < Struct.new( :server_id, :ssh_public_key_id, :user_name) SENSITIVE = [] include Aws::Structure end  | 
  
#ssh_public_key_id ⇒ String
A unique identifier used to reference your user’s specific SSH key.
      1454 1455 1456 1457 1458 1459 1460  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1454 class DeleteSshPublicKeyRequest < Struct.new( :server_id, :ssh_public_key_id, :user_name) SENSITIVE = [] include Aws::Structure end  | 
  
#user_name ⇒ String
A unique string that identifies a user whose public key is being deleted.
      1454 1455 1456 1457 1458 1459 1460  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1454 class DeleteSshPublicKeyRequest < Struct.new( :server_id, :ssh_public_key_id, :user_name) SENSITIVE = [] include Aws::Structure end  |