You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::ListIdentitiesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The response to a ListIdentities request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#identitiesArray<Types::IdentityDescription>

An object containing a set of identities and associated mappings.

Returns:

#identity_pool_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)

    An identity pool ID in the format REGION:GUID.

#next_tokenString

A pagination token.

Returns:

  • (String)

    A pagination token.