Class: Aws::CognitoSync::Types::IdentityPoolUsage

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

Overview

Usage information for the identity pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_storageInteger

Data storage information for the identity pool.

Returns:

  • (Integer)


492
493
494
495
496
497
498
499
# File 'lib/aws-sdk-cognitosync/types.rb', line 492

class IdentityPoolUsage < Struct.new(
  :identity_pool_id,
  :sync_sessions_count,
  :data_storage,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#identity_pool_idString

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

Returns:

  • (String)


492
493
494
495
496
497
498
499
# File 'lib/aws-sdk-cognitosync/types.rb', line 492

class IdentityPoolUsage < Struct.new(
  :identity_pool_id,
  :sync_sessions_count,
  :data_storage,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

Date on which the identity pool was last modified.

Returns:

  • (Time)


492
493
494
495
496
497
498
499
# File 'lib/aws-sdk-cognitosync/types.rb', line 492

class IdentityPoolUsage < Struct.new(
  :identity_pool_id,
  :sync_sessions_count,
  :data_storage,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#sync_sessions_countInteger

Number of sync sessions for the identity pool.

Returns:

  • (Integer)


492
493
494
495
496
497
498
499
# File 'lib/aws-sdk-cognitosync/types.rb', line 492

class IdentityPoolUsage < Struct.new(
  :identity_pool_id,
  :sync_sessions_count,
  :data_storage,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end