class Aws::DynamoDB::Types::UpdateContributorInsightsInput

@note When making an API call, you may pass UpdateContributorInsightsInput

data as a hash:

    {
      table_name: "TableName", # required
      index_name: "IndexName",
      contributor_insights_action: "ENABLE", # required, accepts ENABLE, DISABLE
    }

@!attribute [rw] table_name

The name of the table.
@return [String]

@!attribute [rw] index_name

The global secondary index name, if applicable.
@return [String]

@!attribute [rw] contributor_insights_action

Represents the contributor insights action.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateContributorInsightsInput AWS API Documentation

Constants

SENSITIVE