ListConfigurationsResponse constructor
      
      ListConfigurationsResponse({ 
    
    
- List<Configuration> ? configurations,
- String? nextToken,
Implementation
ListConfigurationsResponse({
  this.configurations,
  this.nextToken,
});