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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitosync/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 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 315

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