AWSCognitoSyncListDatasetsRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoSyncModel.h AWSCognitoSyncModel.m |
Overview
Request for a list of datasets for an identity. Required parameters: [IdentityId, IdentityPoolId]
identityId
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.
@property (nonatomic, strong) NSString *identityId
Declared In
AWSCognitoSyncModel.h
identityPoolId
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.
@property (nonatomic, strong) NSString *identityPoolId
Declared In
AWSCognitoSyncModel.h
maxResults
The maximum number of results to be returned.
@property (nonatomic, strong) NSNumber *maxResults
Declared In
AWSCognitoSyncModel.h
nextToken
A pagination token for obtaining the next page of results.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSCognitoSyncModel.h