AdminGetUserRequest
public struct AdminGetUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The user name of the user you wish to retrieve.
Declaration
Swift
public let username: String
-
The user pool ID for the user pool where you want to get information about the user.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(username: String, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws