Class: Aws::CognitoSync::Types::ListIdentityPoolUsageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ListIdentityPoolUsageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Returned for a successful ListIdentityPoolUsage request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
Total number of identities for the identity pool.
-
#identity_pool_usages ⇒ Array<Types::IdentityPoolUsage>
Usage information for the identity pools.
-
#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
#count ⇒ Integer
Total number of identities for the identity pool.
720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 720 class ListIdentityPoolUsageResponse < Struct.new( :identity_pool_usages, :max_results, :count, :next_token) SENSITIVE = [] include Aws::Structure end |
#identity_pool_usages ⇒ Array<Types::IdentityPoolUsage>
Usage information for the identity pools.
720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 720 class ListIdentityPoolUsageResponse < Struct.new( :identity_pool_usages, :max_results, :count, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned.
720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 720 class ListIdentityPoolUsageResponse < Struct.new( :identity_pool_usages, :max_results, :count, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for obtaining the next page of results.
720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 720 class ListIdentityPoolUsageResponse < Struct.new( :identity_pool_usages, :max_results, :count, :next_token) SENSITIVE = [] include Aws::Structure end |