AccountAggregationSource constructor

AccountAggregationSource({
  1. required List<String> accountIds,
  2. bool? allAwsRegions,
  3. List<String>? awsRegions,
})

Implementation

AccountAggregationSource({
  required this.accountIds,
  this.allAwsRegions,
  this.awsRegions,
});