ListEmailIdentitiesResponse constructor

ListEmailIdentitiesResponse({
  1. List<IdentityInfo>? emailIdentities,
  2. String? nextToken,
})

Implementation

ListEmailIdentitiesResponse({
  this.emailIdentities,
  this.nextToken,
});