class
Amazonite::DynamoDB::ArchivalSummary
- Amazonite::DynamoDB::ArchivalSummary
- Reference
- Object
Overview
Contains details of a table archival operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/archival_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(archival_date_time : Time | Nil = nil, archival_reason : String | Nil = nil, archival_backup_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#archival_backup_arn : String | Nil
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.
-
#archival_backup_arn=(archival_backup_arn : String | Nil)
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.
-
#archival_date_time : Time | Nil
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
-
#archival_date_time=(archival_date_time : Time | Nil)
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
-
#archival_reason : String | Nil
The reason DynamoDB archived the table.
-
#archival_reason=(archival_reason : String | Nil)
The reason DynamoDB archived the table.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
The reason DynamoDB archived the table. Currently, the only possible value is:
INACCESSIBLE_ENCRYPTION_CREDENTIALS- The table was archived due to the table's KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.
The reason DynamoDB archived the table. Currently, the only possible value is:
INACCESSIBLE_ENCRYPTION_CREDENTIALS- The table was archived due to the table's KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.