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

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

Instance Attribute Details

#identitiesArray<Types::IdentityDescription>

An object containing a set of identities and associated mappings.

Returns:



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_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)


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_tokenString

A pagination token.

Returns:

  • (String)


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