Class: Aws::CognitoSync::Types::ListIdentityPoolUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ListIdentityPoolUsageRequest
- 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
-
#max_results ⇒ Integer
The maximum number of results to be returned.
-
#next_token ⇒ String
A pagination token for obtaining the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be returned.
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_token ⇒ String
A pagination token for obtaining the next page of results.
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 |