Skip to content

DynamoDB  >  Structures  >  RestoreSummary

RestoreSummary

Structure Class

RestoreSummary dataclass

Contains details for the restore.

Attributes

restore_date_time instance-attribute
restore_date_time: datetime

Point in time or source backup time.

restore_in_progress instance-attribute
restore_in_progress: bool

Indicates if a restore is in progress or not.

source_backup_arn class-attribute instance-attribute
source_backup_arn: str | None = None

The Amazon Resource Name (ARN) of the backup from which the table was restored.

source_table_arn class-attribute instance-attribute
source_table_arn: str | None = None

The ARN of the source table of the backup that is being restored.