You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::RestoreSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details for the restore.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#restore_date_timeTime

Point in time or source backup time.

Returns:

  • (Time)

    Point in time or source backup time.

#restore_in_progressBoolean

Indicates if a restore is in progress or not.

Returns:

  • (Boolean)

    Indicates if a restore is in progress or not.

#source_backup_arnString

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

Returns:

  • (String)

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

#source_table_arnString

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

Returns:

  • (String)

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