AWSDynamoDBRestoreSummary

Objective-C

@interface AWSDynamoDBRestoreSummary

Swift

class AWSDynamoDBRestoreSummary

Contains details for the restore.

Required parameters: [RestoreDateTime, RestoreInProgress]

  • Point in time or source backup time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable restoreDateTime;

    Swift

    var restoreDateTime: Date? { get set }
  • Indicates if a restore is in progress or not.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable restoreInProgress;

    Swift

    var restoreInProgress: NSNumber? { get set }
  • The Amazon Resource Name (ARN) of the backup from which the table was restored.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sourceBackupArn;

    Swift

    var sourceBackupArn: String? { get set }
  • The ARN of the source table of the backup that is being restored.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sourceTableArn;

    Swift

    var sourceTableArn: String? { get set }