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:
|
IndexName |
The name of the global secondary index to describe, if applicable.
TYPE:
|
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:
|
IndexName |
The name of the global secondary index being described, if applicable.
TYPE:
|
ContributorInsightsStatus |
The current status of contributor insights.
TYPE:
|
LastUpdateDateTime |
The last time contributor insights were updated.
TYPE:
|
FailureException |
The failure details, if any.
TYPE:
|
ContributorInsightsRuleList |
List of names of the associated contributor insights rules.
TYPE:
|
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