You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::ListIdentityPoolsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListIdentityPoolsInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_results: 1, # required
  next_token: "PaginationKey",
}

Input to the ListIdentityPools action.

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of identities to return.

Returns:

  • (Integer)

    The maximum number of identities to return.

#next_tokenString

A pagination token.

Returns:

  • (String)

    A pagination token.