DescribeConfigurationSetResponse constructor
DescribeConfigurationSetResponse({
- ConfigurationSet? configurationSet,
- DeliveryOptions? deliveryOptions,
- List<
EventDestination> ? eventDestinations, - ReputationOptions? reputationOptions,
- TrackingOptions? trackingOptions,
Implementation
DescribeConfigurationSetResponse({
this.configurationSet,
this.deliveryOptions,
this.eventDestinations,
this.reputationOptions,
this.trackingOptions,
});