Learn R Programming

paws.database (version 0.7.0)

dynamodb_list_imports: Lists completed imports within the past 90 days

Description

Lists completed imports within the past 90 days.

See https://www.paws-r-sdk.com/docs/dynamodb_list_imports/ for full documentation.

Usage

dynamodb_list_imports(TableArn = NULL, PageSize = NULL, NextToken = NULL)

Arguments

TableArn

The Amazon Resource Name (ARN) associated with the table that was imported to.

PageSize

The number of ImportSummary objects returned in a single page.

NextToken

An optional string that, if supplied, must be copied from the output of a previous call to list_imports. When provided in this manner, the API fetches the next page of results.