Class: Aws::DynamoDB::Types::DescribeContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeContributorInsightsInput
- Includes:
- Structure
- Defined in:
- 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.
2699 2700 2701 2702 2703 2704 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2699 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.
2699 2700 2701 2702 2703 2704 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2699 class DescribeContributorInsightsInput < Struct.new( :table_name, :index_name) SENSITIVE = [] include Aws::Structure end |