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:
|
NextToken |
A token for the desired page, if there is one.
TYPE:
|
TableName |
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
TYPE:
|
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:
|
NextToken |
A token to go to the next page if there is one.
TYPE:
|
ContributorInsightsSummaries
class-attribute
instance-attribute
ContributorInsightsSummaries = None
NextToken
class-attribute
instance-attribute
NextToken = None