dynamodb_list_contributor_insights: Returns a list of ContributorInsightsSummary for a table and...

View source: R/dynamodb_operations.R

dynamodb_list_contributor_insightsR Documentation

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.

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

Usage

dynamodb_list_contributor_insights(
  TableName = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

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.


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