RecordPatch

public struct RecordPatch : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The last modified date of the client device.

    Declaration

    Swift

    public let deviceLastModifiedDate: TimeStamp?
  • key

    The key associated with the record patch.

    Declaration

    Swift

    public let key: String
  • op

    An operation, either replace or remove.

    Declaration

    Swift

    public let op: Operation
  • Last known server sync count for this record. Set to 0 if unknown.

    Declaration

    Swift

    public let syncCount: Int64
  • The value associated with the record patch.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(deviceLastModifiedDate: TimeStamp? = nil, key: String, op: Operation, syncCount: Int64, value: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws