AWSCognitoSyncDeleteDatasetRequest

Objective-C

@interface AWSCognitoSyncDeleteDatasetRequest

Swift

class AWSCognitoSyncDeleteDatasetRequest

A request to delete the specific dataset. 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 }