Class: Aws::DynamoDB::Types::UpdateContributorInsightsOutput

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_statusString

The status of contributor insights

Returns:

  • (String)


9664
9665
9666
9667
9668
9669
9670
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9664

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

#index_nameString

The name of the global secondary index, if applicable.

Returns:

  • (String)


9664
9665
9666
9667
9668
9669
9670
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9664

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

#table_nameString

The name of the table.

Returns:

  • (String)


9664
9665
9666
9667
9668
9669
9670
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9664

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