You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoSync::Types::Record

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The basic data structure of a dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#device_last_modified_dateTime

The last modified date of the client device.

Returns:

  • (Time)

    The last modified date of the client device.

#keyString

The key for the record.

Returns:

  • (String)

    The key for the record.

#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.

#last_modified_dateTime

The date on which the record was last modified.

Returns:

  • (Time)

    The date on which the record was last modified.

#sync_countInteger

The server sync count for this record.

Returns:

  • (Integer)

    The server sync count for this record.

#valueString

The value for the record.

Returns:

  • (String)

    The value for the record.