Class: Aws::DynamoDB::Types::ContributorInsightsSummary

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

Overview

Represents a Contributor Insights summary entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contributor_insights_statusString

Describes the current status for contributor insights for the given table and index, if applicable.

Returns:

  • (String)


1661
1662
1663
1664
1665
1666
1667
# File 'lib/aws-sdk-dynamodb/types.rb', line 1661

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

#index_nameString

Name of the index associated with the summary, if any.

Returns:

  • (String)


1661
1662
1663
1664
1665
1666
1667
# File 'lib/aws-sdk-dynamodb/types.rb', line 1661

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

#table_nameString

Name of the table associated with the summary.

Returns:

  • (String)


1661
1662
1663
1664
1665
1666
1667
# File 'lib/aws-sdk-dynamodb/types.rb', line 1661

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