Class: Aws::DynamoDB::Types::ListContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListContributorInsightsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return per page.
-
#next_token ⇒ String
A token to for the desired page, if there is one.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return per page.
5116 5117 5118 5119 5120 5121 5122 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5116 class ListContributorInsightsInput < Struct.new( :table_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to for the desired page, if there is one.
5116 5117 5118 5119 5120 5121 5122 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5116 class ListContributorInsightsInput < Struct.new( :table_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
5116 5117 5118 5119 5120 5121 5122 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5116 class ListContributorInsightsInput < Struct.new( :table_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |