AdminListGroupsForUserRequest
public struct AdminListGroupsForUserRequest : AWSShape
extension CognitoIdentityProvider.AdminListGroupsForUserRequest: AWSPaginateStringToken
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The limit of the request to list groups.
Declaration
Swift
public let limit: 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 username for the user.
Declaration
Swift
public let username: String - 
                  
                  
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String - 
                  
                  
Undocumented
Declaration
Swift
public init(limit: Int? = nil, nextToken: String? = nil, username: String, userPoolId: String) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
- 
                  
                  
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CognitoIdentityProvider.AdminListGroupsForUserRequest 
View on GitHub
        AdminListGroupsForUserRequest Structure Reference