ItemCollectionMetrics constructor
ItemCollectionMetrics({
- Map<
String, AttributeValue> ? itemCollectionKey, - List<
double> ? sizeEstimateRangeGB,
Implementation
ItemCollectionMetrics({
this.itemCollectionKey,
this.sizeEstimateRangeGB,
});