You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a Contributor Insights summary entry.

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.

Possible values:

  • ENABLING
  • ENABLED
  • DISABLING
  • DISABLED
  • FAILED

Returns:

  • (String)

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

#index_nameString

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

Returns:

  • (String)

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

#table_nameString

Name of the table associated with the summary.

Returns:

  • (String)

    Name of the table associated with the summary.