AWSDynamoDBExportType
Objective-C
NS_ENUM(NSInteger, AWSDynamoDBExportType) {
AWSDynamoDBExportTypeUnknown,
AWSDynamoDBExportTypeFullExport,
AWSDynamoDBExportTypeIncrementalExport,
}
Swift
enum AWSDynamoDBExportType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSDynamoDBExportTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSDynamoDBExportTypeFullExport
Swift
case fullExport = 1
-
Undocumented
Declaration
Objective-C
AWSDynamoDBExportTypeIncrementalExport
Swift
case incrementalExport = 2