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

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_statusString

The status of contributor insights



9762
9763
9764
9765
9766
9767
9768
# File 'lib/aws-sdk-dynamodb/types.rb', line 9762

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.



9762
9763
9764
9765
9766
9767
9768
# File 'lib/aws-sdk-dynamodb/types.rb', line 9762

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

#table_nameString

The name of the table.



9762
9763
9764
9765
9766
9767
9768
# File 'lib/aws-sdk-dynamodb/types.rb', line 9762

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