AWSCognitoSyncUnsubscribeFromDatasetRequest
Objective-C
@interface AWSCognitoSyncUnsubscribeFromDatasetRequest
                Swift
class AWSCognitoSyncUnsubscribeFromDatasetRequest
                A request to UnsubscribeFromDataset.
Required parameters: [IdentityPoolId, IdentityId, DatasetName, DeviceId]
- 
                  
                  
The name of the dataset from which to unsubcribe.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable datasetName;Swift
var datasetName: String? { get set } - 
                  
                  
The unique ID generated for this device by Cognito.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceId;Swift
var deviceId: String? { get set } - 
                  
                  
Unique ID for this identity.
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. The ID of the pool to which this identity belongs.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityPoolId;Swift
var identityPoolId: String? { get set } 
View on GitHub
Install in Dash
        AWSCognitoSyncUnsubscribeFromDatasetRequest Class Reference