Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
dynamodb_list_contributor_insights(TableName, NextToken, MaxResults)
The name of the table.
A token to for the desired page, if there is one.
Maximum number of results to return per page.
A list with the following syntax:
list( ContributorInsightsSummaries = list( list( TableName = "string", IndexName = "string", ContributorInsightsStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"FAILED" ) ), NextToken = "string" )
svc$list_contributor_insights( TableName = "string", NextToken = "string", MaxResults = 123 )