DescribeConfigurationAggregatorsResponse constructor
DescribeConfigurationAggregatorsResponse({
- List<
ConfigurationAggregator> ? configurationAggregators, - String? nextToken,
Implementation
DescribeConfigurationAggregatorsResponse({
this.configurationAggregators,
this.nextToken,
});