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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9246
9247
9248
9249
9250
9251
9252
# File 'lib/aws-sdk-dynamodb/types.rb', line 9246

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)


9246
9247
9248
9249
9250
9251
9252
# File 'lib/aws-sdk-dynamodb/types.rb', line 9246

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

#table_nameString

The name of the table.

Returns:

  • (String)


9246
9247
9248
9249
9250
9251
9252
# File 'lib/aws-sdk-dynamodb/types.rb', line 9246

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