ListIdentitiesResponse constructor

ListIdentitiesResponse({
  1. List<IdentityDescription>? identities,
  2. String? identityPoolId,
  3. String? nextToken,
})

Implementation

ListIdentitiesResponse({
  this.identities,
  this.identityPoolId,
  this.nextToken,
});