Class: Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateContributorInsightsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contributor_insights_action ⇒ String
Represents the contributor insights action.
-
#contributor_insights_mode ⇒ String
Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
-
#index_name ⇒ String
The global secondary index name, if applicable.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#contributor_insights_action ⇒ String
Represents the contributor insights action.
10038 10039 10040 10041 10042 10043 10044 10045 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10038 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action, :contributor_insights_mode) SENSITIVE = [] include Aws::Structure end |
#contributor_insights_mode ⇒ String
Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
10038 10039 10040 10041 10042 10043 10044 10045 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10038 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action, :contributor_insights_mode) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The global secondary index name, if applicable.
10038 10039 10040 10041 10042 10043 10044 10045 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10038 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action, :contributor_insights_mode) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
10038 10039 10040 10041 10042 10043 10044 10045 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10038 class UpdateContributorInsightsInput < Struct.new( :table_name, :index_name, :contributor_insights_action, :contributor_insights_mode) SENSITIVE = [] include Aws::Structure end |