Class: Aws::DynamoDB::Types::ListContributorInsightsInput

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

#max_resultsInteger

Maximum number of results to return per page.

Returns:

  • (Integer)


5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5274

class ListContributorInsightsInput < Struct.new(
  :table_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to for the desired page, if there is one.

Returns:

  • (String)


5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5274

class ListContributorInsightsInput < Struct.new(
  :table_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

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

Returns:

  • (String)


5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5274

class ListContributorInsightsInput < Struct.new(
  :table_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end