Class: Aws::CognitoIdentityProvider::Types::ListUserPoolsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListUserPoolsResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response to list user pools.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#user_pools ⇒ Array<Types::UserPoolDescriptionType>
The user pools from the response to list users.
Instance Attribute Details
#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.
5762 5763 5764 5765 5766 5767 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5762 class ListUserPoolsResponse < Struct.new( :user_pools, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_pools ⇒ Array<Types::UserPoolDescriptionType>
The user pools from the response to list users.
5762 5763 5764 5765 5766 5767 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5762 class ListUserPoolsResponse < Struct.new( :user_pools, :next_token) SENSITIVE = [] include Aws::Structure end |