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.
2559 2560 2561 2562 2563 2564 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2559 class DescribeContributorInsightsInput < Struct.new( :table_name, :index_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table to describe.
2559 2560 2561 2562 2563 2564 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2559 class DescribeContributorInsightsInput < Struct.new( :table_name, :index_name) SENSITIVE = [] include Aws::Structure end |