AWSDynamoDBCreateBackupInput
Objective-C
@interface AWSDynamoDBCreateBackupInput
Swift
class AWSDynamoDBCreateBackupInput
-
Specified name for the backup.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable backupName;
Swift
var backupName: String? { get set }
-
The name of the table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }