Class: Aws::DynamoDB::Types::DescribeContributorInsightsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the global secondary index to describe, if applicable.

Returns:

  • (String)


2592
2593
2594
2595
2596
2597
# File 'lib/aws-sdk-dynamodb/types.rb', line 2592

class DescribeContributorInsightsInput < Struct.new(
  :table_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table to describe.

Returns:

  • (String)


2592
2593
2594
2595
2596
2597
# File 'lib/aws-sdk-dynamodb/types.rb', line 2592

class DescribeContributorInsightsInput < Struct.new(
  :table_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end