Class: Aws::CognitoIdentityProvider::Types::ListUserPoolsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListUserPoolsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the request to list user pools.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results you want the request to return when listing the user pools.
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results you want the request to return when listing the user pools.
6401 6402 6403 6404 6405 6406 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6401 class ListUserPoolsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
6401 6402 6403 6404 6405 6406 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6401 class ListUserPoolsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |