CreateIngestionResponse constructor

CreateIngestionResponse({
  1. String? arn,
  2. String? ingestionId,
  3. IngestionStatus? ingestionStatus,
  4. String? requestId,
  5. int? status,
})

Implementation

CreateIngestionResponse({
  this.arn,
  this.ingestionId,
  this.ingestionStatus,
  this.requestId,
  this.status,
});