ListNodegroupsResponse constructor

ListNodegroupsResponse({
  1. String? nextToken,
  2. List<String>? nodegroups,
})

Implementation

ListNodegroupsResponse({
  this.nextToken,
  this.nodegroups,
});