Class: Aws::CognitoIdentity::Types::ListIdentityPoolsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::ListIdentityPoolsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Input to the ListIdentityPools action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of identities to return.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of identities to return.
833 834 835 836 837 838 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 833 class ListIdentityPoolsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
833 834 835 836 837 838 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 833 class ListIdentityPoolsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |