Class: Aws::CognitoSync::Types::IdentityUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::IdentityUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Usage information for the identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_storage ⇒ Integer
Total data storage for this identity.
-
#dataset_count ⇒ Integer
Number of datasets for the identity.
-
#identity_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
-
#identity_pool_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
-
#last_modified_date ⇒ Time
Date on which the identity was last modified.
Instance Attribute Details
#data_storage ⇒ Integer
Total data storage for this identity.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 529 class IdentityUsage < Struct.new( :identity_id, :identity_pool_id, :last_modified_date, :dataset_count, :data_storage) SENSITIVE = [] include Aws::Structure end |
#dataset_count ⇒ Integer
Number of datasets for the identity.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 529 class IdentityUsage < Struct.new( :identity_id, :identity_pool_id, :last_modified_date, :dataset_count, :data_storage) SENSITIVE = [] include Aws::Structure end |
#identity_id ⇒ String
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.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 529 class IdentityUsage < Struct.new( :identity_id, :identity_pool_id, :last_modified_date, :dataset_count, :data_storage) SENSITIVE = [] include Aws::Structure end |
#identity_pool_id ⇒ String
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.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 529 class IdentityUsage < Struct.new( :identity_id, :identity_pool_id, :last_modified_date, :dataset_count, :data_storage) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
Date on which the identity was last modified.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 529 class IdentityUsage < Struct.new( :identity_id, :identity_pool_id, :last_modified_date, :dataset_count, :data_storage) SENSITIVE = [] include Aws::Structure end |