Class: Aws::Transfer::Types::CreateUserResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Transfer::Types::CreateUserResponse
 
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the server that the user is attached to. 
- 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique string that identifies a Transfer Family user. 
Instance Attribute Details
#server_id ⇒ String
The identifier of the server that the user is attached to.
| 1332 1333 1334 1335 1336 1337 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1332 class CreateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end | 
#user_name ⇒ String
A unique string that identifies a Transfer Family user.
| 1332 1333 1334 1335 1336 1337 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1332 class CreateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |