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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitosync/types.rb

Overview

A request for usage information on an identity pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to be returned.

Returns:

  • (Integer)


693
694
695
696
697
698
# File 'lib/aws-sdk-cognitosync/types.rb', line 693

class ListIdentityPoolUsageRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for obtaining the next page of results.

Returns:

  • (String)


693
694
695
696
697
698
# File 'lib/aws-sdk-cognitosync/types.rb', line 693

class ListIdentityPoolUsageRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end