Class: Aws::Transfer::Types::CreateUserResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

The ID of the SFTP server that the user is attached to.

Returns:

  • (String)


285
286
287
288
289
# File 'lib/aws-sdk-transfer/types.rb', line 285

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

#user_nameString

A unique string that identifies a user account associated with an SFTP server.

Returns:

  • (String)


285
286
287
288
289
# File 'lib/aws-sdk-transfer/types.rb', line 285

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