GetPartitionIndexesResponse constructor

GetPartitionIndexesResponse({
  1. String? nextToken,
  2. List<PartitionIndexDescriptor>? partitionIndexDescriptorList,
})

Implementation

GetPartitionIndexesResponse({
  this.nextToken,
  this.partitionIndexDescriptorList,
});