Skip to content

Describe table

async_boto.validation.timestream_write.describe_table

DescribeTableRequest

Bases: BaseModel

Returns information about the table, including the table name, database name, retention duration of the memory store and the magnetic store.

ATTRIBUTE DESCRIPTION
DatabaseName

The name of the Timestream database.

TYPE: str

TableName

The name of the Timestream table.

TYPE: str

DatabaseName instance-attribute

DatabaseName

TableName instance-attribute

TableName

DescribeTableResponse

Bases: BaseModel

The response returned by the service when a DescribeTable action is successful.

ATTRIBUTE DESCRIPTION
Table

The Timestream table.

TYPE: Table

Table instance-attribute

Table