UpdateUserPoolClientResponse
public struct UpdateUserPoolClientResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The user pool client value from the response from the server when an update user pool client request is made.
Declaration
Swift
public let userPoolClient: UserPoolClientType? -
Undocumented
Declaration
Swift
public init(userPoolClient: UserPoolClientType? = nil)
View on GitHub
UpdateUserPoolClientResponse Structure Reference