Skip to content

DynamoDB  >  Operations  >  list_contributor_insights

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 ListContributorInsightsInput.

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 ListContributorInsightsOutput.

Input

ListContributorInsightsInput dataclass

Dataclass for ListContributorInsightsInput structure.

Attributes

max_results class-attribute instance-attribute
max_results: int = 0

Maximum number of results to return per page.

next_token class-attribute instance-attribute
next_token: str | None = None

A token to for the desired page, if there is one.

table_name class-attribute instance-attribute
table_name: str | None = None

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

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.

next_token class-attribute instance-attribute
next_token: str | None = None

A token to go to the next page if there is one.