ListIdentitiesResponse constructor

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

Implementation

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