View source: R/dynamodb_operations.R
dynamodb_list_contributor_insights | R Documentation |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.