AWSCognitoSyncUpdateRecordsResponse
Objective-C
@interface AWSCognitoSyncUpdateRecordsResponse
                Swift
class AWSCognitoSyncUpdateRecordsResponse
                Returned for a successful UpdateRecordsRequest.
- 
                  
                  
A list of records that have been updated.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoSyncRecord *> *_Nullable records;Swift
var records: [AWSCognitoSyncRecord]? { get set } 
View on GitHub
Install in Dash
        AWSCognitoSyncUpdateRecordsResponse Class Reference