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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countInteger

Total number of identities for the identity pool.

Returns:

  • (Integer)


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_usagesArray<Types::IdentityPoolUsage>

Usage information for the identity pools.

Returns:



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_resultsInteger

The maximum number of results to be returned.

Returns:

  • (Integer)


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_tokenString

A pagination token for obtaining the next page of results.

Returns:

  • (String)


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