Class: Aws::CognitoIdentity::Types::ListIdentitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::ListIdentitiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
The response to a ListIdentities request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identities ⇒ Array<Types::IdentityDescription>
An object containing a set of identities and associated mappings.
-
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#identities ⇒ Array<Types::IdentityDescription>
An object containing a set of identities and associated mappings.
813 814 815 816 817 818 819 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 813 class ListIdentitiesResponse < Struct.new( :identity_pool_id, :identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
813 814 815 816 817 818 819 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 813 class ListIdentitiesResponse < Struct.new( :identity_pool_id, :identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
813 814 815 816 817 818 819 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 813 class ListIdentitiesResponse < Struct.new( :identity_pool_id, :identities, :next_token) SENSITIVE = [] include Aws::Structure end |