You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Transfer::Types::DescribeUserResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Transfer::Types::DescribeUserResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A system-assigned unique identifier for a server that has this user assigned. 
- 
  
    
      #user  ⇒ Types::DescribedUser 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array containing the properties of the user account for the ServerIDvalue that you specified.
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a server that has this user assigned.
#user ⇒ Types::DescribedUser
An array containing the properties of the user account for the
ServerID value that you specified.