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