ListInfrastructureConfigurationsResponse constructor

ListInfrastructureConfigurationsResponse({
  1. List<InfrastructureConfigurationSummary>? infrastructureConfigurationSummaryList,
  2. String? nextToken,
  3. String? requestId,
})

Implementation

ListInfrastructureConfigurationsResponse({
  this.infrastructureConfigurationSummaryList,
  this.nextToken,
  this.requestId,
});