Amazon DynamoDB · Schema

UpdateItemOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
Attributes object The attribute values as they appeared before or after the update
View JSON Schema on GitHub

JSON Schema

dynamodb-update-item-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateItemOutput",
  "type": "object",
  "properties": {
    "Attributes": {
      "type": "object",
      "description": "The attribute values as they appeared before or after the update"
    }
  }
}