AwsDynamoDbTableProjection constructor

AwsDynamoDbTableProjection({
  1. List<String>? nonKeyAttributes,
  2. String? projectionType,
})

Implementation

AwsDynamoDbTableProjection({
  this.nonKeyAttributes,
  this.projectionType,
});