Skip to content

Describe contributor insights

async_boto.validation.dynamodb.describe_contributor_insights

DescribeContributorInsightsRequest

Bases: BaseModel

Returns information about contributor insights for a given table or global secondary index.

ATTRIBUTE DESCRIPTION
TableName

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

TYPE: str

IndexName

The name of the global secondary index to describe, if applicable.

TYPE: Optional[str]

TableName instance-attribute

TableName

IndexName class-attribute instance-attribute

IndexName = None

DescribeContributorInsightsResponse

Bases: BaseModel

Response for the DescribeContributorInsights operation.

ATTRIBUTE DESCRIPTION
TableName

The name of the table being described.

TYPE: str

IndexName

The name of the global secondary index being described, if applicable.

TYPE: Optional[str]

ContributorInsightsStatus

The current status of contributor insights.

TYPE: str

LastUpdateDateTime

The last time contributor insights were updated.

TYPE: Optional[datetime]

FailureException

The failure details, if any.

TYPE: Optional[FailureException]

ContributorInsightsRuleList

List of names of the associated contributor insights rules.

TYPE: List[str]

TableName instance-attribute

TableName

IndexName class-attribute instance-attribute

IndexName = None

ContributorInsightsStatus instance-attribute

ContributorInsightsStatus

LastUpdateDateTime class-attribute instance-attribute

LastUpdateDateTime = None

FailureException class-attribute instance-attribute

FailureException = None

ContributorInsightsRuleList class-attribute instance-attribute

ContributorInsightsRuleList = None