AWSCognitoSyncSubscribeToDatasetRequest

Objective-C

@interface AWSCognitoSyncSubscribeToDatasetRequest

Swift

class AWSCognitoSyncSubscribeToDatasetRequest

A request to SubscribeToDatasetRequest.

Required parameters: [IdentityPoolId, IdentityId, DatasetName, DeviceId]

  • The name of the dataset to subcribe to.

    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 the identity belongs.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identityPoolId;

    Swift

    var identityPoolId: String? { get set }