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
show all
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

Instance Attribute Details

#max_resultsInteger

Maximum number of results to return per page.

Returns:

  • (Integer)

    Maximum number of results to return per page.

#next_tokenString

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

Returns:

  • (String)

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

#table_nameString

The name of the table.

Returns:

  • (String)

    The name of the table.