Skip to content

Describe database

async_boto.validation.timestream_write.describe_database

DescribeDatabaseRequest

Bases: BaseModel

Returns information about the database, including the database name, time that the database was created, and the total number of tables found within the database.

ATTRIBUTE DESCRIPTION
DatabaseName

The name of the Timestream database.

TYPE: str

DatabaseName instance-attribute

DatabaseName

DescribeDatabaseResponse

Bases: BaseModel

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

ATTRIBUTE DESCRIPTION
Database

The name of the Timestream table.

TYPE: Database

Database instance-attribute

Database