ListConfigurationSetsResponse constructor

ListConfigurationSetsResponse({
  1. List<ConfigurationSet>? configurationSets,
  2. String? nextToken,
})

Implementation

ListConfigurationSetsResponse({
  this.configurationSets,
  this.nextToken,
});