View source: R/dynamodb_operations.R
dynamodb_list_imports | R Documentation |
Lists completed imports within the past 90 days.
See https://www.paws-r-sdk.com/docs/dynamodb_list_imports/ for full documentation.
dynamodb_list_imports(TableArn = NULL, PageSize = NULL, NextToken = NULL)
TableArn |
The Amazon Resource Name (ARN) associated with the table that was imported to. |
PageSize |
The number of |
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.