Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes
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.
dynamodb_list_contributor_insights( TableName = NULL, NextToken = NULL, MaxResults = NULL )
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.Useful links