ArchivalSummary class
Contains details of a table archival operation.
Constructors
- ArchivalSummary({String? archivalBackupArn, DateTime? archivalDateTime, String? archivalReason})
-
ArchivalSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- archivalBackupArn → String?
-
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.
final
- archivalDateTime → DateTime?
-
The date and time when table archival was initiated by DynamoDB, in UNIX
epoch time format.
final
- archivalReason → String?
-
The reason DynamoDB archived the table. Currently, the only possible value
is:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited