Constant AWS_DYNAMODB_PROJECTION
pub const AWS_DYNAMODB_PROJECTION: &'static str;
Expand description
The value of the ProjectionExpression
request parameter.
ยงExamples
"Title"
"Title, Price, Color"
"Title, Description, RelatedItems, ProductReviews"