AWSCognitoSyncIdentityUsage

Objective-C

@interface AWSCognitoSyncIdentityUsage

Swift

class AWSCognitoSyncIdentityUsage

Usage information for the identity.

  • Total data storage for this identity.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dataStorage;

    Swift

    var dataStorage: NSNumber? { get set }
  • Number of datasets for the identity.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable datasetCount;

    Swift

    var datasetCount: NSNumber? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identityId;

    Swift

    var identityId: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identityPoolId;

    Swift

    var identityPoolId: String? { get set }
  • Date on which the identity was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: Date? { get set }