DescribeConfigurationAggregatorsResponse constructor

DescribeConfigurationAggregatorsResponse({
  1. List<ConfigurationAggregator>? configurationAggregators,
  2. String? nextToken,
})

Implementation

DescribeConfigurationAggregatorsResponse({
  this.configurationAggregators,
  this.nextToken,
});