list_table_backups: List Dynamo DB Backups

Description Usage Arguments Value References

View source: R/list_backups.R

Description

Retreive a paginated list of backup tables

Usage

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

Arguments

marker

A character string containing the first backup 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 backup tables.

References

API Guide: ListBackups


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