list_contributor_insights¶
Operation¶
list_contributor_insights
async
¶
list_contributor_insights(input: ListContributorInsightsInput, plugins: list[Plugin] | None = None) -> ListContributorInsightsOutput
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListContributorInsightsInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListContributorInsightsOutput
|
An instance of |
Input¶
ListContributorInsightsInput
dataclass
¶
Dataclass for ListContributorInsightsInput structure.
Output¶
ListContributorInsightsOutput
dataclass
¶
Dataclass for ListContributorInsightsOutput structure.
Attributes¶
contributor_insights_summaries
class-attribute
instance-attribute
¶
contributor_insights_summaries: list[ContributorInsightsSummary] | None = None
A list of ContributorInsightsSummary.