AdminDeleteUserRequest
public struct AdminDeleteUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The user name of the user you wish to delete.
Declaration
Swift
public let username: String -
The user pool ID for the user pool where you want to delete 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
View on GitHub
AdminDeleteUserRequest Structure Reference