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

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

#max_resultsInteger

Maximum number of results to return per page.

Returns:

  • (Integer)


5145
5146
5147
5148
5149
5150
5151
# File 'lib/aws-sdk-dynamodb/types.rb', line 5145

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)


5145
5146
5147
5148
5149
5150
5151
# File 'lib/aws-sdk-dynamodb/types.rb', line 5145

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

#table_nameString

The name of the table.

Returns:

  • (String)


5145
5146
5147
5148
5149
5150
5151
# File 'lib/aws-sdk-dynamodb/types.rb', line 5145

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