TimestampAttributeValueDTO

A DTO that represents a Timestamp AttributeValue.

Sub Type Property: "_type" : "Timestamp"

Fields

Type
Name
Description
Optional
Default Value
value
The Timestamp value of this attribute.
false
 
Boolean  
writable
The flag to indicate if this attribute is writable.
false
 
Boolean  
readable
The flag to indicate if this attribute is readable.
false
 
status
DTO that may contain status messages for the AttributeValue.
false
 

Example

{
	"_type": "Timestamp",
	"value": "2025-08-04T21:16:11+00:00",
	"writable": true,
	"readable": true,
	"status": null
}