aws_erin v0.4.2 AwsErin.DynamoDB.Query.Request View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AwsErin.DynamoDB.Query.Request{
  consistent_read: boolean(),
  exclusive_start_key: [AwsErin.DynamoDB.Common.Key.t()],
  expression_attribute_names:
    AwsErin.DynamoDB.Common.ExpressionAttributeName.t(),
  expression_attribute_values: [AwsErin.DynamoDB.Common.Attribute.t()],
  filter_expression: String.t(),
  index_name: String.t(),
  key_condition_expression: String.t(),
  limit: integer(),
  projection_expression: String.t(),
  return_consumed_capacity: String.t(),
  scan_index_forward: String.t(),
  select: String.t(),
  table_name: String.t()
}

Link to this section Functions