Constant AWS_DYNAMODB_PROJECTION
Source pub const AWS_DYNAMODB_PROJECTION: &str = "aws.dynamodb.projection";
Expand description
The value of the ProjectionExpression
request parameter.
§Notes
§Examples
"Title"
"Title, Price, Color"
"Title, Description, RelatedItems, ProductReviews"