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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentity/types.rb

Overview

Input to the ListIdentityPools action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of identities to return.

Returns:

  • (Integer)


842
843
844
845
846
847
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 842

class ListIdentityPoolsInput < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token.

Returns:

  • (String)


842
843
844
845
846
847
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 842

class ListIdentityPoolsInput < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end