ListClustersResponse constructor

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

Implementation

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