ListInfrastructureConfigurationsResponse constructor
      
      ListInfrastructureConfigurationsResponse({ 
    
    
- List<
InfrastructureConfigurationSummary> ? infrastructureConfigurationSummaryList, - String? nextToken,
 - String? requestId,
 
Implementation
ListInfrastructureConfigurationsResponse({
  this.infrastructureConfigurationSummaryList,
  this.nextToken,
  this.requestId,
});