GetConfigurationSetEventDestinationsResponse constructor

GetConfigurationSetEventDestinationsResponse({
  1. List<EventDestination>? eventDestinations,
})

Implementation

GetConfigurationSetEventDestinationsResponse({
  this.eventDestinations,
});