CreateIngestionResponse constructor
CreateIngestionResponse({
- String? arn,
- String? ingestionId,
- IngestionStatus? ingestionStatus,
- String? requestId,
- int? status,
Implementation
CreateIngestionResponse({
this.arn,
this.ingestionId,
this.ingestionStatus,
this.requestId,
this.status,
});