ListConfigurationSetsResponse constructor
ListConfigurationSetsResponse({
- List<
ConfigurationSet> ? configurationSets, - String? nextToken,
Implementation
ListConfigurationSetsResponse({
this.configurationSets,
this.nextToken,
});