Class: Aws::CognitoSync::Types::DescribeIdentityUsageResponse

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

Instance Attribute Details

#identity_usageTypes::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