Class: Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Defined in:
- gems/aws-sdk-dynamodb/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.
9775 9776 9777 9778 9779 9780 9781 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9775 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.
9775 9776 9777 9778 9779 9780 9781 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9775 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.
9775 9776 9777 9778 9779 9780 9781 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9775 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action) SENSITIVE = [] include Aws::Structure end |