- Navigation Guide
@aws-sdk/client-dynamodb
DescribeContributorInsightsCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ContributorInsightsRuleList | string[] | undefined | List of names of the associated contributor insights rules. |
ContributorInsightsStatus | ContributorInsightsStatus | undefined | Current status of contributor insights. |
FailureException | FailureException | undefined | Returns information about the last failure that was encountered. The most common exceptions for a FAILED status are:
|
IndexName | string | undefined | The name of the global secondary index being described. |
LastUpdateDateTime | Date | undefined | Timestamp of the last time the status was changed. |
TableName | string | undefined | The name of the table being described. |
Full Signature
export interface DescribeContributorInsightsCommandOutput extends DescribeContributorInsightsOutput, MetadataBearer