You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::ListContributorInsightsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListContributorInsightsInput
- Defined in:
- (unknown)
Overview
Note:
When passing ListContributorInsightsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
table_name: "TableName",
next_token: "NextTokenString",
max_results: 1,
}
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.
#next_token ⇒ String
A token to for the desired page, if there is one.
#table_name ⇒ String
The name of the table.