Class: Aws::Transfer::Types::UpdateUserResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::UpdateUserResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
‘UpdateUserResponse` returns the user name and identifier for the request to update a user’s properties.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A system-assigned unique identifier for a Transfer Family server instance that the account is assigned to.
 - 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for a user that is assigned to a server instance that was specified in the request.
 
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a Transfer Family server instance that the account is assigned to.
      6418 6419 6420 6421 6422 6423  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 6418 class UpdateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end  | 
  
#user_name ⇒ String
The unique identifier for a user that is assigned to a server instance that was specified in the request.
      6418 6419 6420 6421 6422 6423  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 6418 class UpdateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end  |