Learn R Programming

paws.database (version 0.1.8)

dynamodb_list_contributor_insights: Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes

Description

Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.

Usage

dynamodb_list_contributor_insights(TableName, NextToken, MaxResults)

Arguments

TableName

The name of the table.

NextToken

A token to for the desired page, if there is one.

MaxResults

Maximum number of results to return per page.

Request syntax

svc$list_contributor_insights(
  TableName = "string",
  NextToken = "string",
  MaxResults = 123
)