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
)
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
A token to for the desired page, if there is one.
Maximum number of results to return per page.