timestreamwrite_list_tables: Provides a list of tables, along with the name, status, and...

View source: R/timestreamwrite_operations.R

timestreamwrite_list_tablesR Documentation

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

Description

Provides a list of tables, along with the name, status, and retention properties of each table. See code sample for details.

See https://www.paws-r-sdk.com/docs/timestreamwrite_list_tables/ for full documentation.

Usage

timestreamwrite_list_tables(
  DatabaseName = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

DatabaseName

The name of the Timestream database.

NextToken

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

MaxResults

The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.