Ingestion constructor
Ingestion({
- required String arn,
- required DateTime createdTime,
- required IngestionStatus ingestionStatus,
- ErrorInfo? errorInfo,
- String? ingestionId,
- int? ingestionSizeInBytes,
- int? ingestionTimeInSeconds,
- QueueInfo? queueInfo,
- IngestionRequestSource? requestSource,
- IngestionRequestType? requestType,
- RowInfo? rowInfo,
Implementation
Ingestion({
required this.arn,
required this.createdTime,
required this.ingestionStatus,
this.errorInfo,
this.ingestionId,
this.ingestionSizeInBytes,
this.ingestionTimeInSeconds,
this.queueInfo,
this.requestSource,
this.requestType,
this.rowInfo,
});