AggregatedSourceStatus constructor
AggregatedSourceStatus({
- String? awsRegion,
- String? lastErrorCode,
- String? lastErrorMessage,
- AggregatedSourceStatusType? lastUpdateStatus,
- DateTime? lastUpdateTime,
- String? sourceId,
- AggregatedSourceType? sourceType,
Implementation
AggregatedSourceStatus({
this.awsRegion,
this.lastErrorCode,
this.lastErrorMessage,
this.lastUpdateStatus,
this.lastUpdateTime,
this.sourceId,
this.sourceType,
});