list_tables: List Dynamo DB Tables

Description Usage Arguments Value References

View source: R/list_tables.R

Description

Retreive a paginated list of Dynamo DB tables

Usage

1
list_tables(marker = NULL, n = 100, ...)

Arguments

marker

A character string containing the first table to return (contained as an attribute in a previous call to this function)

n

A number between 1 and 100 specifying the total number of tables to return

...

Additional arguments passed to dynamoHTTP.

Value

A list of table names.

References

API Guide: ListTables


cloudyr/aws.dynamodb documentation built on Jan. 14, 2020, 4:56 a.m.