ListRecordsResponse
public struct ListRecordsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Total number of records.
Declaration
Swift
public let count: Int?
-
A boolean value specifying whether to delete the dataset locally.
Declaration
Swift
public let datasetDeletedAfterRequestedSyncCount: Bool?
-
Indicates whether the dataset exists.
Declaration
Swift
public let datasetExists: Bool?
-
Server sync count for this dataset.
Declaration
Swift
public let datasetSyncCount: Int64?
-
The user/device that made the last change to this record.
Declaration
Swift
public let lastModifiedBy: String?
-
Names of merged datasets.
Declaration
Swift
public let mergedDatasetNames: [String]?
-
A pagination token for obtaining the next page of results.
Declaration
Swift
public let nextToken: String?
-
A list of all records.
Declaration
Swift
public let records: [Record]?
-
A token containing a session ID, identity ID, and expiration.
Declaration
Swift
public let syncSessionToken: String?
-
init(count:datasetDeletedAfterRequestedSyncCount:datasetExists:datasetSyncCount:lastModifiedBy:mergedDatasetNames:nextToken:records:syncSessionToken:)
Undocumented
Declaration
Swift
public init(count: Int? = nil, datasetDeletedAfterRequestedSyncCount: Bool? = nil, datasetExists: Bool? = nil, datasetSyncCount: Int64? = nil, lastModifiedBy: String? = nil, mergedDatasetNames: [String]? = nil, nextToken: String? = nil, records: [Record]? = nil, syncSessionToken: String? = nil)