Update table
async_boto.validation.timestream_write.update_table
UpdateTableRequest
Bases: BaseModel
Modifies the retention duration of the memory store and magnetic store for a Timestream table.
| ATTRIBUTE | DESCRIPTION |
|---|---|
DatabaseName |
The name of the Timestream database.
TYPE:
|
MagneticStoreWriteProperties |
Contains properties to set on the table when enabling magnetic store writes.
TYPE:
|
RetentionProperties |
The retention duration of the memory store and the magnetic store.
TYPE:
|
Schema |
The schema of the table.
TYPE:
|
TableName |
The name of the Timestream table.
TYPE:
|
DatabaseName
instance-attribute
DatabaseName
MagneticStoreWriteProperties
instance-attribute
MagneticStoreWriteProperties
RetentionProperties
instance-attribute
RetentionProperties
Schema
instance-attribute
Schema
TableName
instance-attribute
TableName