Class: Aws::Transfer::Types::DescribeUserRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DescribeUserRequest
 
 
- 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 server that has this user assigned.
 - 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the user assigned to one or more servers.
 
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a server that has this user assigned.
      1805 1806 1807 1808 1809 1810  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1805 class DescribeUserRequest < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end  | 
  
#user_name ⇒ String
The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Transfer Family service and perform file transfer tasks.
      1805 1806 1807 1808 1809 1810  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1805 class DescribeUserRequest < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end  |