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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

The identifier of the server that the user is attached to.

Returns:

  • (String)


972
973
974
975
976
977
# File 'lib/aws-sdk-transfer/types.rb', line 972

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

#user_nameString

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

Returns:

  • (String)


972
973
974
975
976
977
# File 'lib/aws-sdk-transfer/types.rb', line 972

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