Class: Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
9718 9719 9720 9721 9722 9723 9724 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9718 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The global secondary index name, if applicable.
9718 9719 9720 9721 9722 9723 9724 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9718 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
9718 9719 9720 9721 9722 9723 9724 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9718 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action) SENSITIVE = [] include Aws::Structure end |