Record
public struct Record : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The last modified date of the client device.
Declaration
Swift
public let deviceLastModifiedDate: TimeStamp?
-
The key for the record.
Declaration
Swift
public let key: String?
-
The user/device that made the last change to this record.
Declaration
Swift
public let lastModifiedBy: String?
-
The date on which the record was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
The server sync count for this record.
Declaration
Swift
public let syncCount: Int64?
-
The value for the record.
Declaration
Swift
public let value: String?