CreateForecastExportJobResponse constructor

CreateForecastExportJobResponse({
  1. String? forecastExportJobArn,
})

Implementation

CreateForecastExportJobResponse({
  this.forecastExportJobArn,
});