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.
Usage
s3tables_list_tables(
tableBucketARN,
namespace = NULL,
prefix = NULL,
continuationToken = NULL,
maxTables = NULL
)Arguments
- tableBucketARN
[required] The Amazon resource Name (ARN) of the table bucket.
- namespace
The namespace of the tables.
- prefix
The prefix of the tables.
- continuationToken
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.- maxTables
The maximum number of tables to return.