class Aws::CognitoSync::Types::ListRecordsResponse

Returned for a successful ListRecordsRequest.

@!attribute [rw] records

A list of all records.
@return [Array<Types::Record>]

@!attribute [rw] next_token

A pagination token for obtaining the next page of results.
@return [String]

@!attribute [rw] count

Total number of records.
@return [Integer]

@!attribute [rw] dataset_sync_count

Server sync count for this dataset.
@return [Integer]

@!attribute [rw] last_modified_by

The user/device that made the last change to this record.
@return [String]

@!attribute [rw] merged_dataset_names

Names of merged datasets.
@return [Array<String>]

@!attribute [rw] dataset_exists

Indicates whether the dataset exists.
@return [Boolean]

@!attribute [rw] dataset_deleted_after_requested_sync_count

A boolean value specifying whether to delete the dataset locally.
@return [Boolean]

@!attribute [rw] sync_session_token

A token containing a session ID, identity ID, and expiration.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecordsResponse AWS API Documentation

Constants

SENSITIVE