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