Class: Aws::CognitoIdentityProvider::Types::ListUserPoolsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


6275
6276
6277
6278
6279
6280
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6275

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

#user_poolsArray<Types::UserPoolDescriptionType>

The user pools from the response to list users.

Returns:



6275
6276
6277
6278
6279
6280
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6275

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