Class: Aws::CognitoSync::Types::ListRecordsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ListRecordsResponse
- Defined in:
- gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb
Overview
Returned for a successful ListRecordsRequest.
Constant Summary collapse
- SENSITIVE =
[]
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.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#dataset_deleted_after_requested_sync_count ⇒ Boolean
A boolean value specifying whether to delete the dataset locally.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#dataset_exists ⇒ Boolean
Indicates whether the dataset exists.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#dataset_sync_count ⇒ Integer
Server sync count for this dataset.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The user/device that made the last change to this record.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#merged_dataset_names ⇒ Array<String>
Names of merged datasets.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for obtaining the next page of results.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#records ⇒ Array<Types::Record>
A list of all records.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |
#sync_session_token ⇒ String
A token containing a session ID, identity ID, and expiration.
818 819 820 821 822 823 824 825 826 827 828 829 830 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 818 class ListRecordsResponse < Struct.new( :records, :next_token, :count, :dataset_sync_count, :last_modified_by, :merged_dataset_names, :dataset_exists, :dataset_deleted_after_requested_sync_count, :sync_session_token) SENSITIVE = [] include Aws::Structure end |