Module: Aws::CognitoSync::Client::_ListRecordsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListRecordsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #count ⇒ ::Integer
- #dataset_deleted_after_requested_sync_count ⇒ Boolean
- #dataset_exists ⇒ Boolean
- #dataset_sync_count ⇒ ::Integer
- #last_modified_by ⇒ ::String
- #merged_dataset_names ⇒ ::Array[::String]
- #next_token ⇒ ::String
- #records ⇒ ::Array[Types::Record]
- #sync_session_token ⇒ ::String
Instance Method Details
#count ⇒ ::Integer
205 |
# File 'sig/client.rbs', line 205
def count: () -> ::Integer
|
#dataset_deleted_after_requested_sync_count ⇒ Boolean
210 |
# File 'sig/client.rbs', line 210
def dataset_deleted_after_requested_sync_count: () -> bool
|
#dataset_exists ⇒ Boolean
209 |
# File 'sig/client.rbs', line 209
def dataset_exists: () -> bool
|
#dataset_sync_count ⇒ ::Integer
206 |
# File 'sig/client.rbs', line 206
def dataset_sync_count: () -> ::Integer
|
#last_modified_by ⇒ ::String
207 |
# File 'sig/client.rbs', line 207
def last_modified_by: () -> ::String
|
#merged_dataset_names ⇒ ::Array[::String]
208 |
# File 'sig/client.rbs', line 208
def merged_dataset_names: () -> ::Array[::String]
|
#next_token ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def next_token: () -> ::String
|
#records ⇒ ::Array[Types::Record]
203 |
# File 'sig/client.rbs', line 203
def records: () -> ::Array[Types::Record]
|
#sync_session_token ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def sync_session_token: () -> ::String
|