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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


2670
2671
2672
2673
2674
2675
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2670

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

#table_nameString

The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


2670
2671
2672
2673
2674
2675
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2670

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