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

Class: Aws::CognitoSync::Types::ListIdentityPoolUsageResponse

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

Overview

Returned for a successful ListIdentityPoolUsage request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Total number of identities for the identity pool.

Returns:

  • (Integer)

    Total number of identities for the identity pool.

#identity_pool_usagesArray<Types::IdentityPoolUsage>

Usage information for the identity pools.

Returns:

#max_resultsInteger

The maximum number of results to be returned.

Returns:

  • (Integer)

    The maximum number of results to be returned.

#next_tokenString

A pagination token for obtaining the next page of results.

Returns:

  • (String)

    A pagination token for obtaining the next page of results.