AWSCognitoSyncDescribeDatasetResponse

Objective-C

@interface AWSCognitoSyncDescribeDatasetResponse

Swift

class AWSCognitoSyncDescribeDatasetResponse

Response to a successful DescribeDataset request.

  • Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don’t exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSCognitoSyncDataset *_Nullable dataset;

    Swift

    var dataset: AWSCognitoSyncDataset? { get set }