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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AwsErin.DynamoDB.Query.Response{
  consumed_capacity: AwsErin.DynamoDB.Common.ConsumedCapacity.t(),
  count: integer(),
  items: [AwsErin.DynamoDB.Common.Item.t()],
  last_evaluated_key: [AwsErin.DynamoDB.Common.Key.t()],
  scanned_count: integer()
}

Link to this section Functions