Class: Aws::CognitoIdentity::Types::ListIdentityPoolsResponse

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

Overview

The result of a successful ListIdentityPools action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_poolsArray<Types::IdentityPoolShortDescription>

The identity pools returned by the ListIdentityPools action.



852
853
854
855
856
857
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 852

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

#next_tokenString

A pagination token.

Returns:

  • (String)


852
853
854
855
856
857
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 852

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