ListEmailIdentitiesResponse constructor
ListEmailIdentitiesResponse({
- List<
IdentityInfo> ? emailIdentities, - String? nextToken,
Implementation
ListEmailIdentitiesResponse({
this.emailIdentities,
this.nextToken,
});