DescribeConfigurationAggregatorSourcesStatusResponse constructor

DescribeConfigurationAggregatorSourcesStatusResponse({
  1. List<AggregatedSourceStatus>? aggregatedSourceStatusList,
  2. String? nextToken,
})

Implementation

DescribeConfigurationAggregatorSourcesStatusResponse({
  this.aggregatedSourceStatusList,
  this.nextToken,
});