Class: Aws::DynamoDB::Types::DescribeContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeContributorInsightsInput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the global secondary index to describe, if applicable.
-
#table_name ⇒ String
The name of the table to describe.
Instance Attribute Details
#index_name ⇒ String
The name of the global secondary index to describe, if applicable.
2697 2698 2699 2700 2701 2702 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2697 class DescribeContributorInsightsInput < Struct.new( :table_name, :index_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
2697 2698 2699 2700 2701 2702 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2697 class DescribeContributorInsightsInput < Struct.new( :table_name, :index_name) SENSITIVE = [] include Aws::Structure end |