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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#device_last_modified_dateTime

The last modified date of the client device.

Returns:

  • (Time)


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

#keyString

The key for the record.

Returns:

  • (String)


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_byString

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

Returns:

  • (String)


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_dateTime

The date on which the record was last modified.

Returns:

  • (Time)


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_countInteger

The server sync count for this record.

Returns:

  • (Integer)


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

#valueString

The value for the record.

Returns:

  • (String)


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