Delete table
async_boto.validation.timestream_write.delete_table
DeleteTableRequest
Bases: BaseModel
Deletes a given Timestream table. This is an irreversible operation. After a Timestream database table is deleted, the time-series data stored in the table cannot be recovered.
| ATTRIBUTE | DESCRIPTION |
|---|---|
DatabaseName |
The name of the database where the Timestream database is to be deleted.
TYPE:
|
TableName |
The name of the Timestream table to be deleted.
TYPE:
|
DatabaseName
instance-attribute
DatabaseName
TableName
instance-attribute
TableName
DeleteTableResponse
Bases: BaseModel