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

Class: Aws::DynamoDB::Types::ArchivalSummary

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

Overview

Contains details of a table archival operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#archival_backup_arnString

The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason. If you wish to restore this backup to the same table name, you will need to delete the original table.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.

#archival_date_timeTime

The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.

Returns:

  • (Time)

    The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.

#archival_reasonString

The reason DynamoDB archived the table. Currently, the only possible value is:

  • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The table was archived due to the table\'s AWS KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.

^

Returns:

  • (String)

    The reason DynamoDB archived the table.