class Aws::CognitoSync::Types::RecordPatch

An update operation for a record.

@note When making an API call, you may pass RecordPatch

data as a hash:

    {
      op: "replace", # required, accepts replace, remove
      key: "RecordKey", # required
      value: "RecordValue",
      sync_count: 1, # required
      device_last_modified_date: Time.now,
    }

@!attribute [rw] op

An operation, either replace or remove.
@return [String]

@!attribute [rw] key

The key associated with the record patch.
@return [String]

@!attribute [rw] value

The value associated with the record patch.
@return [String]

@!attribute [rw] sync_count

Last known server sync count for this record. Set to 0 if unknown.
@return [Integer]

@!attribute [rw] device_last_modified_date

The last modified date of the client device.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RecordPatch AWS API Documentation

Constants

SENSITIVE