Class: Aws::CognitoSync::Types::DescribeIdentityUsageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::DescribeIdentityUsageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
The response to a successful DescribeIdentityUsage request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_usage ⇒ Types::IdentityUsage
Usage information for the identity.
Instance Attribute Details
#identity_usage ⇒ Types::IdentityUsage
Usage information for the identity.
315 316 317 318 319 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 315 class DescribeIdentityUsageResponse < Struct.new( :identity_usage) SENSITIVE = [] include Aws::Structure end |