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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1134

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

#user_nameString

A unique string that identifies a Transfer Family user.

Returns:

  • (String)


1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1134

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