View source: R/dynamodb_operations.R
dynamodb_describe_contributor_insights | R Documentation |
Returns information about contributor insights for a given table or global secondary index.
See https://www.paws-r-sdk.com/docs/dynamodb_describe_contributor_insights/ for full documentation.
dynamodb_describe_contributor_insights(TableName, IndexName = NULL)
TableName |
[required] The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
IndexName |
The name of the global secondary index to describe, if applicable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.