Skip to content

List tables

async_boto.validation.timestream_write.list_tables

ListTablesRequest

Bases: BaseModel

Provides a list of tables, along with the name, status, and retention properties of each table.

ATTRIBUTE DESCRIPTION
DatabaseName

The name of the Timestream database.

TYPE: Optional[str]

MaxResults

The total number of items to return in the output.

TYPE: Optional[int]

NextToken

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

TYPE: Optional[str]

DatabaseName class-attribute instance-attribute

DatabaseName = None

MaxResults class-attribute instance-attribute

MaxResults = None

NextToken class-attribute instance-attribute

NextToken = None

ListTablesResponse

Bases: BaseModel

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

ATTRIBUTE DESCRIPTION
NextToken

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

TYPE: Optional[str]

Tables

A list of tables.

TYPE: List[Table]

NextToken class-attribute instance-attribute

NextToken = None

Tables instance-attribute

Tables