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.
5322 5323 5324 5325 5326 5327 5328 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5322 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.
5322 5323 5324 5325 5326 5327 5328 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5322 class ListContributorInsightsInput < Struct.new( :table_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
5322 5323 5324 5325 5326 5327 5328 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5322 class ListContributorInsightsInput < Struct.new( :table_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |