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
- Struct
- Aws::CognitoSync::Types::Record
- Defined in:
- (unknown)
Overview
The basic data structure of a dataset.
Instance Attribute Summary collapse
-
#device_last_modified_date ⇒ Time
The last modified date of the client device.
-
#key ⇒ String
The key for the record.
-
#last_modified_by ⇒ String
The user/device that made the last change to this record.
-
#last_modified_date ⇒ Time
The date on which the record was last modified.
-
#sync_count ⇒ Integer
The server sync count for this record.
-
#value ⇒ String
The value for the record.
Instance Attribute Details
#device_last_modified_date ⇒ Time
The last modified date of the client device.
#key ⇒ String
The key for the record.
#last_modified_by ⇒ String
The user/device that made the last change to this record.
#last_modified_date ⇒ Time
The date on which the record was last modified.
#sync_count ⇒ Integer
The server sync count for this record.
#value ⇒ String
The value for the record.