EmailChannelRequest constructor

EmailChannelRequest({
  1. required String fromAddress,
  2. required String identity,
  3. String? configurationSet,
  4. bool? enabled,
  5. String? roleArn,
})

Implementation

EmailChannelRequest({
  required this.fromAddress,
  required this.identity,
  this.configurationSet,
  this.enabled,
  this.roleArn,
});