AggregatedSourceStatus constructor

AggregatedSourceStatus({
  1. String? awsRegion,
  2. String? lastErrorCode,
  3. String? lastErrorMessage,
  4. AggregatedSourceStatusType? lastUpdateStatus,
  5. DateTime? lastUpdateTime,
  6. String? sourceId,
  7. AggregatedSourceType? sourceType,
})

Implementation

AggregatedSourceStatus({
  this.awsRegion,
  this.lastErrorCode,
  this.lastErrorMessage,
  this.lastUpdateStatus,
  this.lastUpdateTime,
  this.sourceId,
  this.sourceType,
});