ListClustersResponse constructor

ListClustersResponse({
  1. List<String>? clusters,
  2. String? nextToken,
})

Implementation

ListClustersResponse({
  this.clusters,
  this.nextToken,
});