Class: Aws::DynamoDB::Types::UpdateContributorInsightsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contributor_insights_actionString

Represents the contributor insights action.

Returns:

  • (String)


9476
9477
9478
9479
9480
9481
9482
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9476

class UpdateContributorInsightsInput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_action)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The global secondary index name, if applicable.

Returns:

  • (String)


9476
9477
9478
9479
9480
9481
9482
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9476

class UpdateContributorInsightsInput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_action)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


9476
9477
9478
9479
9480
9481
9482
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9476

class UpdateContributorInsightsInput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_action)
  SENSITIVE = []
  include Aws::Structure
end