You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateContributorInsightsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
table_name: "TableName", # required
index_name: "IndexName",
contributor_insights_action: "ENABLE", # required, accepts ENABLE, DISABLE
}
Instance Attribute Summary collapse
-
#contributor_insights_action ⇒ String
Represents the contributor insights action.
-
#index_name ⇒ String
The global secondary index name, if applicable.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#contributor_insights_action ⇒ String
Represents the contributor insights action.
Possible values:
- ENABLE
- DISABLE
#index_name ⇒ String
The global secondary index name, if applicable.
#table_name ⇒ String
The name of the table.