View source: R/dynamodb_operations.R
dynamodb_list_exports | R Documentation |
Lists completed exports within the past 90 days.
See https://www.paws-r-sdk.com/docs/dynamodb_list_exports/ for full documentation.
dynamodb_list_exports(TableArn = NULL, MaxResults = NULL, NextToken = NULL)
TableArn |
The Amazon Resource Name (ARN) associated with the exported table. |
MaxResults |
Maximum number of results to return per page. |
NextToken |
An optional string that, if supplied, must be copied from the output of
a previous call to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.