ListIdentityPoolsResponse constructor

ListIdentityPoolsResponse({
  1. List<IdentityPoolShortDescription>? identityPools,
  2. String? nextToken,
})

Implementation

ListIdentityPoolsResponse({
  this.identityPools,
  this.nextToken,
});