DescribeUserRequest
public struct DescribeUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A system-assigned unique identifier for a file transfer protocol-enabled server that has this user assigned.
Declaration
Swift
public let serverId: String
-
The name of the user assigned to one or more file transfer protocol-enabled servers. User names are part of the sign-in credentials to use the AWS Transfer Family service and perform file transfer tasks.
Declaration
Swift
public let userName: String
-
Undocumented
Declaration
Swift
public init(serverId: String, userName: String)
-
Declaration
Swift
public func validate(name: String) throws