Class: Aws::DynamoDB::Types::ContributorInsightsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ContributorInsightsSummary
- 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
-
#contributor_insights_status ⇒ String
Describes the current status for contributor insights for the given table and index, if applicable.
-
#index_name ⇒ String
Name of the index associated with the summary, if any.
-
#table_name ⇒ String
Name of the table associated with the summary.
Instance Attribute Details
#contributor_insights_status ⇒ String
Describes the current status for contributor insights for the given table and index, if applicable.
1654 1655 1656 1657 1658 1659 1660 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1654 class ContributorInsightsSummary < Struct.new( :table_name, :index_name, :contributor_insights_status) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
Name of the index associated with the summary, if any.
1654 1655 1656 1657 1658 1659 1660 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1654 class ContributorInsightsSummary < Struct.new( :table_name, :index_name, :contributor_insights_status) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
Name of the table associated with the summary.
1654 1655 1656 1657 1658 1659 1660 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1654 class ContributorInsightsSummary < Struct.new( :table_name, :index_name, :contributor_insights_status) SENSITIVE = [] include Aws::Structure end |