dynamodb_list_contributor_insights {paws.database} | R 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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
NextToken |
A token to for the desired page, if there is one. |
MaxResults |
Maximum number of results to return per page. |
[Package paws.database version 0.7.0 Index]