AWSDynamoDBExportType
Objective-C
NS_ENUM(NSInteger, AWSDynamoDBExportType) {
AWSDynamoDBExportTypeUnknown,
AWSDynamoDBExportTypeFullExport,
AWSDynamoDBExportTypeIncrementalExport,
}
Swift
enum AWSDynamoDBExportType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSDynamoDBExportTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSDynamoDBExportTypeFullExportSwift
case fullExport = 1 -
Undocumented
Declaration
Objective-C
AWSDynamoDBExportTypeIncrementalExportSwift
case incrementalExport = 2
View on GitHub
Install in Dash
AWSDynamoDBExportType Enumeration Reference