View source: R/s3tables_operations.R
| s3tables_list_tables | R Documentation |
List tables in the given table bucket. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide.
See https://www.paws-r-sdk.com/docs/s3tables_list_tables/ for full documentation.
s3tables_list_tables(
tableBucketARN,
namespace = NULL,
prefix = NULL,
continuationToken = NULL,
maxTables = NULL
)
tableBucketARN |
[required] The Amazon resource Name (ARN) of the table bucket. |
namespace |
The namespace of the tables. |
prefix |
The prefix of the tables. |
continuationToken |
|
maxTables |
The maximum number of tables to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.