ItemCollectionMetrics constructor

ItemCollectionMetrics({
  1. Map<String, AttributeValue>? itemCollectionKey,
  2. List<double>? sizeEstimateRangeGB,
})

Implementation

ItemCollectionMetrics({
  this.itemCollectionKey,
  this.sizeEstimateRangeGB,
});