Class: Aws::CognitoIdentity::Types::ListIdentityPoolsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::ListIdentityPoolsResponse
- 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
-
#identity_pools ⇒ Array<Types::IdentityPoolShortDescription>
The identity pools returned by the ListIdentityPools action.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#identity_pools ⇒ Array<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_token ⇒ String
A pagination token.
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 |