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
show all
Defined in:
(unknown)

Overview

Returned for a successful ListRecordsRequest.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Total number of records.

Returns:

  • (Integer)

    Total number of records.

#dataset_deleted_after_requested_sync_countBoolean

A boolean value specifying whether to delete the dataset locally.

Returns:

  • (Boolean)

    A boolean value specifying whether to delete the dataset locally.

#dataset_existsBoolean

Indicates whether the dataset exists.

Returns:

  • (Boolean)

    Indicates whether the dataset exists.

#dataset_sync_countInteger

Server sync count for this dataset.

Returns:

  • (Integer)

    Server sync count for this dataset.

#last_modified_byString

The user/device that made the last change to this record.

Returns:

  • (String)

    The user/device that made the last change to this record.

#merged_dataset_namesArray<String>

Names of merged datasets.

Returns:

  • (Array<String>)

    Names of merged datasets.

#next_tokenString

A pagination token for obtaining the next page of results.

Returns:

  • (String)

    A pagination token for obtaining the next page of results.

#recordsArray<Types::Record>

A list of all records.

Returns:

#sync_session_tokenString

A token containing a session ID, identity ID, and expiration.

Returns:

  • (String)

    A token containing a session ID, identity ID, and expiration.