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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AwsErin.DynamoDB.GetItem.Request{
  consistent_read: boolean(),
  expression_attribute_names:
    AwsErin.DynamoDB.Common.ExpressionAttributeName.t(),
  key: [AwsErin.DynamoDB.Common.Key.t()],
  projection_expression: String.t(),
  return_consumed_capacity: String.t(),
  table_name: String.t()
}

Link to this section Functions