Method: Aws::Transfer::Types::CreateUserResponse#user_name

Defined in:
lib/aws-sdk-transfer/types.rb

#user_nameString

A unique string that identifies a Transfer Family user.

Returns:

  • (String)


1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-transfer/types.rb', line 1168

class CreateUserResponse < Struct.new(
  :server_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end