ListIndicesResponse constructor

ListIndicesResponse({
  1. List<IndexConfigurationSummary>? indexConfigurationSummaryItems,
  2. String? nextToken,
})

Implementation

ListIndicesResponse({
  this.indexConfigurationSummaryItems,
  this.nextToken,
});