AggregatedSourceStatus class
The current sync status between the source and the aggregator account.
Constructors
- AggregatedSourceStatus({String? awsRegion, String? lastErrorCode, String? lastErrorMessage, AggregatedSourceStatusType? lastUpdateStatus, DateTime? lastUpdateTime, String? sourceId, AggregatedSourceType? sourceType})
-
AggregatedSourceStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- awsRegion → String?
-
The region authorized to collect aggregated data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastErrorCode → String?
-
The error code that AWS Config returned when the source account aggregation
last failed.
final
- lastErrorMessage → String?
-
The message indicating that the source account aggregation failed due to an
error.
final
- lastUpdateStatus → AggregatedSourceStatusType?
-
Filters the last updated status type.
final
- lastUpdateTime → DateTime?
-
The time of the last update.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceId → String?
-
The source account ID or an organization.
final
- sourceType → AggregatedSourceType?
-
The source account or an organization.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited