CreateUserResponse
public struct CreateUserResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the file transfer protocol-enabled server that the user is attached to.
Declaration
Swift
public let serverId: String
-
A unique string that identifies a user account associated with a file transfer protocol-enabled server.
Declaration
Swift
public let userName: String
-
Undocumented
Declaration
Swift
public init(serverId: String, userName: String)