Class: Aws::CognitoSync::Types::DeleteDatasetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoSync::Types::DeleteDatasetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitosync/types.rb
 
Overview
Response to a successful DeleteDataset request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dataset  ⇒ Types::Dataset 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of data for an identity pool.
 
Instance Attribute Details
#dataset ⇒ Types::Dataset
A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and 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.
      200 201 202 203 204  | 
    
      # File 'lib/aws-sdk-cognitosync/types.rb', line 200 class DeleteDatasetResponse < Struct.new( :dataset) SENSITIVE = [] include Aws::Structure end  |