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
show all
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

Instance Attribute Details

#contributor_insights_actionString

Represents the contributor insights action.

Possible values:

  • ENABLE
  • DISABLE

Returns:

  • (String)

    Represents the contributor insights action.

#index_nameString

The global secondary index name, if applicable.

Returns:

  • (String)

    The global secondary index name, if applicable.

#table_nameString

The name of the table.

Returns:

  • (String)

    The name of the table.