You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoSync::Types::DescribeDatasetResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Response to a successful DescribeDataset request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::Dataset

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.

Returns:

  • (Types::Dataset)

    Meta data for a collection of data for an identity.