GetPartitionsResponse constructor

GetPartitionsResponse({
  1. String? nextToken,
  2. List<Partition>? partitions,
})

Implementation

GetPartitionsResponse({
  this.nextToken,
  this.partitions,
});