CreateDataSetResponse constructor

CreateDataSetResponse({
  1. String? arn,
  2. String? dataSetId,
  3. String? ingestionArn,
  4. String? ingestionId,
  5. String? requestId,
  6. int? status,
})

Implementation

CreateDataSetResponse({
  this.arn,
  this.dataSetId,
  this.ingestionArn,
  this.ingestionId,
  this.requestId,
  this.status,
});