ListUserPoolsResponse constructor
ListUserPoolsResponse({
- String? nextToken,
- List<
UserPoolDescriptionType> ? userPools,
Implementation
ListUserPoolsResponse({
this.nextToken,
this.userPools,
});