Skip to content

List contributor insights

async_boto.validation.dynamodb.list_contributor_insights

ListContributorInsightsRequest

Bases: BaseModel

Request model for the ListContributorInsights operation.

ATTRIBUTE DESCRIPTION
MaxResults

Maximum number of results to return per page.

TYPE: Optional[int]

NextToken

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

TYPE: Optional[str]

TableName

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

TYPE: Optional[str]

MaxResults class-attribute instance-attribute

MaxResults = None

NextToken class-attribute instance-attribute

NextToken = None

TableName class-attribute instance-attribute

TableName = None

ListContributorInsightsResponse

Bases: BaseModel

Response model for the ListContributorInsights operation.

ATTRIBUTE DESCRIPTION
ContributorInsightsSummaries

A list of ContributorInsightsSummary.

TYPE: Optional[List[ContributorInsightsSummary]]

NextToken

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

TYPE: Optional[str]

ContributorInsightsSummaries class-attribute instance-attribute

ContributorInsightsSummaries = None

NextToken class-attribute instance-attribute

NextToken = None