ListIndicesResponse constructor

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

Implementation

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