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

Class: Aws::CognitoSync::Types::ListIdentityPoolUsageRequest

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

Overview

Note:

When passing ListIdentityPoolUsageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "String",
  max_results: 1,
}

A request for usage information on an identity pool.

Instance Attribute Summary collapse

Instance Attribute Details

#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.