GetPartitionIndexesResponse constructor
GetPartitionIndexesResponse({
- String? nextToken,
- List<
PartitionIndexDescriptor> ? partitionIndexDescriptorList,
Implementation
GetPartitionIndexesResponse({
this.nextToken,
this.partitionIndexDescriptorList,
});