ListUserPoolClientsRequest
public struct ListUserPoolClientsRequest : AWSShape
extension CognitoIdentityProvider.ListUserPoolClientsRequest: AWSPaginateStringToken
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The maximum number of results you want the request to return when listing the user pool clients.
Declaration
Swift
public let maxResults: Int? - 
                  
                  
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Declaration
Swift
public let nextToken: String? - 
                  
                  
The user pool ID for the user pool where you want to list user pool clients.
Declaration
Swift
public let userPoolId: String - 
                  
                  
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, userPoolId: String) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
- 
                  
                  
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CognitoIdentityProvider.ListUserPoolClientsRequest 
View on GitHub
        ListUserPoolClientsRequest Structure Reference