Class: Aws::CognitoSync::Types::DescribeIdentityPoolUsageResponse

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

Overview

Response to a successful DescribeIdentityPoolUsage request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_usageTypes::IdentityPoolUsage

Information about the usage of the identity pool.



278
279
280
281
282
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 278

class DescribeIdentityPoolUsageResponse < Struct.new(
  :identity_pool_usage)
  SENSITIVE = []
  include Aws::Structure
end