DescribeConfigurationSetResponse constructor

DescribeConfigurationSetResponse({
  1. ConfigurationSet? configurationSet,
  2. DeliveryOptions? deliveryOptions,
  3. List<EventDestination>? eventDestinations,
  4. ReputationOptions? reputationOptions,
  5. TrackingOptions? trackingOptions,
})

Implementation

DescribeConfigurationSetResponse({
  this.configurationSet,
  this.deliveryOptions,
  this.eventDestinations,
  this.reputationOptions,
  this.trackingOptions,
});