Class: Aws::CognitoSync::Types::DescribeIdentityPoolUsageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::DescribeIdentityPoolUsageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Response to a successful DescribeIdentityPoolUsage request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_pool_usage ⇒ Types::IdentityPoolUsage
Information about the usage of the identity pool.
Instance Attribute Details
#identity_pool_usage ⇒ Types::IdentityPoolUsage
Information about the usage of the identity pool.
278 279 280 281 282 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 278 class DescribeIdentityPoolUsageResponse < Struct.new( :identity_pool_usage) SENSITIVE = [] include Aws::Structure end |