Class: Aws::CognitoSync::Types::Record
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::Record
- Defined in:
- gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb
Overview
The basic data structure of a dataset.
Constant Summary collapse
- SENSITIVE =
[]
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.
894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 894 class Record < Struct.new( :key, :value, :sync_count, :last_modified_date, :last_modified_by, :device_last_modified_date) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key for the record.
894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 894 class Record < Struct.new( :key, :value, :sync_count, :last_modified_date, :last_modified_by, :device_last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The user/device that made the last change to this record.
894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 894 class Record < Struct.new( :key, :value, :sync_count, :last_modified_date, :last_modified_by, :device_last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date on which the record was last modified.
894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 894 class Record < Struct.new( :key, :value, :sync_count, :last_modified_date, :last_modified_by, :device_last_modified_date) SENSITIVE = [] include Aws::Structure end |
#sync_count ⇒ Integer
The server sync count for this record.
894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 894 class Record < Struct.new( :key, :value, :sync_count, :last_modified_date, :last_modified_by, :device_last_modified_date) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the record.
894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 894 class Record < Struct.new( :key, :value, :sync_count, :last_modified_date, :last_modified_by, :device_last_modified_date) SENSITIVE = [] include Aws::Structure end |