Class: Aws::DynamoDB::Types::UpdateContributorInsightsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateContributorInsightsOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contributor_insights_status ⇒ String
The status of contributor insights.
-
#index_name ⇒ String
The name of the global secondary index, if applicable.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#contributor_insights_status ⇒ String
The status of contributor insights
9797 9798 9799 9800 9801 9802 9803 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9797 class UpdateContributorInsightsOutput < Struct.new( :table_name, :index_name, :contributor_insights_status) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the global secondary index, if applicable.
9797 9798 9799 9800 9801 9802 9803 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9797 class UpdateContributorInsightsOutput < Struct.new( :table_name, :index_name, :contributor_insights_status) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
9797 9798 9799 9800 9801 9802 9803 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9797 class UpdateContributorInsightsOutput < Struct.new( :table_name, :index_name, :contributor_insights_status) SENSITIVE = [] include Aws::Structure end |