AdminDisableProviderForUserRequest
public struct AdminDisableProviderForUserRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The user to be disabled.
Declaration
Swift
public let user: ProviderUserIdentifierType - 
                  
                  
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String - 
                  
                  
Undocumented
Declaration
Swift
public init(user: ProviderUserIdentifierType, userPoolId: String) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        AdminDisableProviderForUserRequest Structure Reference