Class: Aws::CognitoSync::Types::RecordPatch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb

Overview

An update operation for a record.

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)


929
930
931
932
933
934
935
936
937
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 929

class RecordPatch < Struct.new(
  :op,
  :key,
  :value,
  :sync_count,
  :device_last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key associated with the record patch.

Returns:

  • (String)


929
930
931
932
933
934
935
936
937
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 929

class RecordPatch < Struct.new(
  :op,
  :key,
  :value,
  :sync_count,
  :device_last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#opString

An operation, either replace or remove.

Returns:

  • (String)


929
930
931
932
933
934
935
936
937
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 929

class RecordPatch < Struct.new(
  :op,
  :key,
  :value,
  :sync_count,
  :device_last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#sync_countInteger

Last known server sync count for this record. Set to 0 if unknown.

Returns:

  • (Integer)


929
930
931
932
933
934
935
936
937
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 929

class RecordPatch < Struct.new(
  :op,
  :key,
  :value,
  :sync_count,
  :device_last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value associated with the record patch.

Returns:

  • (String)


929
930
931
932
933
934
935
936
937
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 929

class RecordPatch < Struct.new(
  :op,
  :key,
  :value,
  :sync_count,
  :device_last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end