dynamodb_list_exports: Lists completed exports within the past 90 days

View source: R/dynamodb_operations.R

dynamodb_list_exportsR Documentation

Lists completed exports within the past 90 days

Description

Lists completed exports within the past 90 days.

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

Usage

dynamodb_list_exports(TableArn = NULL, MaxResults = NULL, NextToken = NULL)

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


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.