AWSCognitoSyncListRecordsRequest
Objective-C
@interface AWSCognitoSyncListRecordsRequest
                Swift
class AWSCognitoSyncListRecordsRequest
                A request for a list of records. Required parameters: [IdentityPoolId, IdentityId, DatasetName]
- 
                  
                  
A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, ‘_’ (underscore), ‘-’ (dash), and ‘.’ (dot).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable datasetName;Swift
var datasetName: 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 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 } - 
                  
                  
The last server sync count for this record.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable lastSyncCount;Swift
var lastSyncCount: NSNumber? { get set } - 
                  
                  
The maximum number of results to be returned.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } - 
                  
                  
A pagination token for obtaining the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } - 
                  
                  
A token containing a session ID, identity ID, and expiration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable syncSessionToken;Swift
var syncSessionToken: String? { get set } 
View on GitHub
Install in Dash
        AWSCognitoSyncListRecordsRequest Class Reference