opentelemetry_semantic_conventions::attribute

Constant AWS_DYNAMODB_PROJECTION

source
pub const AWS_DYNAMODB_PROJECTION: &str = "aws.dynamodb.projection";
Expand description

The value of the ProjectionExpression request parameter.

ยงExamples

  • "Title"
  • "Title, Price, Color"
  • "Title, Description, RelatedItems, ProductReviews"