You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoSync::Types::ListRecordsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ListRecordsResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#count ⇒ Integer
Total number of records.
-
#dataset_deleted_after_requested_sync_count ⇒ Boolean
A boolean value specifying whether to delete the dataset locally.
-
#dataset_exists ⇒ Boolean
Indicates whether the dataset exists.
-
#dataset_sync_count ⇒ Integer
Server sync count for this dataset.
-
#last_modified_by ⇒ String
The user/device that made the last change to this record.
-
#merged_dataset_names ⇒ Array<String>
Names of merged datasets.
-
#next_token ⇒ String
A pagination token for obtaining the next page of results.
-
#records ⇒ Array<Types::Record>
A list of all records.
-
#sync_session_token ⇒ String
A token containing a session ID, identity ID, and expiration.
Instance Attribute Details
#count ⇒ Integer
Total number of records.
#dataset_deleted_after_requested_sync_count ⇒ Boolean
A boolean value specifying whether to delete the dataset locally.
#dataset_exists ⇒ Boolean
Indicates whether the dataset exists.
#dataset_sync_count ⇒ Integer
Server sync count for this dataset.
#last_modified_by ⇒ String
The user/device that made the last change to this record.
#merged_dataset_names ⇒ Array<String>
Names of merged datasets.
#next_token ⇒ String
A pagination token for obtaining the next page of results.
#records ⇒ Array<Types::Record>
A list of all records.
#sync_session_token ⇒ String
A token containing a session ID, identity ID, and expiration.