pub const AWS_DYNAMODB_ITEM_COLLECTION_METRICS: &'static str;
Expand description

The JSON-serialized value of the ItemCollectionMetrics response field.

ยงExamples

  • { "string" : [ { "ItemCollectionKey": { "string" : { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } }, "SizeEstimateRangeGB": [ number ] } ] }