Skip to content

Update contributor insights

async_boto.validation.dynamodb.update_contributor_insights

UpdateContributorInsightsRequest

Bases: BaseModel

Request model for the UpdateContributorInsights operation.

ATTRIBUTE DESCRIPTION
ContributorInsightsAction

Represents the contributor insights action.

TYPE: str

TableName

The name of the table or its ARN.

TYPE: str

IndexName

The global secondary index name, if applicable.

TYPE: Optional[str]

ContributorInsightsAction instance-attribute

ContributorInsightsAction

TableName instance-attribute

TableName

IndexName class-attribute instance-attribute

IndexName = None

UpdateContributorInsightsResponse

Bases: BaseModel

Response model for the UpdateContributorInsights operation.

ATTRIBUTE DESCRIPTION
ContributorInsightsStatus

The status of contributor insights.

TYPE: str

IndexName

The name of the global secondary index, if applicable.

TYPE: Optional[str]

TableName

The name of the table.

TYPE: str

ContributorInsightsStatus instance-attribute

ContributorInsightsStatus

IndexName class-attribute instance-attribute

IndexName = None

TableName instance-attribute

TableName