AWSCognitoSyncIdentityPoolUsage

Objective-C

@interface AWSCognitoSyncIdentityPoolUsage

Swift

class AWSCognitoSyncIdentityPoolUsage

Usage information for the identity pool.

  • Data storage information for the identity pool.

    Declaration

    Objective-C

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

    Swift

    var dataStorage: 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 identityPoolId;

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var lastModifiedDate: Date? { get set }
  • Number of sync sessions for the identity pool.

    Declaration

    Objective-C

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

    Swift

    var syncSessionsCount: NSNumber? { get set }