AWSDynamoDBBackupDescription
Objective-C
@interface AWSDynamoDBBackupDescription
Swift
class AWSDynamoDBBackupDescription
Contains the description of the backup created for the table.
-
Contains the details of the backup created for the table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBBackupDetails *_Nullable backupDetails;
Swift
var backupDetails: AWSDynamoDBBackupDetails? { get set }
-
Contains the details of the table when the backup was created.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBSourceTableDetails *_Nullable sourceTableDetails;
Swift
var sourceTableDetails: AWSDynamoDBSourceTableDetails? { get set }
-
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBSourceTableFeatureDetails *_Nullable sourceTableFeatureDetails;
Swift
var sourceTableFeatureDetails: AWSDynamoDBSourceTableFeatureDetails? { get set }