APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Amazon DynamoDB
ScanOutput
Amazon DynamoDB
· Schema
ScanOutput
AWS
Cloud
Database
Document Store
Key-Value
Managed Service
NoSQL
Serverless
Properties
Name
Type
Description
Items
array
An array of item attributes that match the scan criteria
Count
integer
The number of items in the response
ScannedCount
integer
The number of items evaluated before any filter was applied
LastEvaluatedKey
object
The primary key of the item where the operation stopped. Use this value for ExclusiveStartKey in a new request to continue the scan.
View JSON Schema on GitHub