DeleteDataSourceResponse constructor

DeleteDataSourceResponse({
  1. String? arn,
  2. String? dataSourceId,
  3. String? requestId,
  4. int? status,
})

Implementation

DeleteDataSourceResponse({
  this.arn,
  this.dataSourceId,
  this.requestId,
  this.status,
});