DescribeConfigurationAggregatorSourcesStatusResponse constructor
      
      DescribeConfigurationAggregatorSourcesStatusResponse({ 
    
    
- List<AggregatedSourceStatus> ? aggregatedSourceStatusList,
- String? nextToken,
Implementation
DescribeConfigurationAggregatorSourcesStatusResponse({
  this.aggregatedSourceStatusList,
  this.nextToken,
});