Learn R Programming

paws.database (version 0.1.10)

dynamodb_list_exports: Lists completed exports within the past 90 days

Description

Lists completed exports within the past 90 days.

Usage

dynamodb_list_exports(TableArn, MaxResults, NextToken)

Arguments

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 ListExports. When provided in this manner, the API fetches the next page of results.

Request syntax

svc$list_exports(
  TableArn = "string",
  MaxResults = 123,
  NextToken = "string"
)