class Aws::DynamoDB::Types::BackupSummary
Contains details for the backup.
@!attribute [rw] table_name
Name of the table. @return [String]
@!attribute [rw] table_id
Unique identifier for the table. @return [String]
@!attribute [rw] table_arn
ARN associated with the table. @return [String]
@!attribute [rw] backup_arn
ARN associated with the backup. @return [String]
@!attribute [rw] backup_name
Name of the specified backup. @return [String]
@!attribute [rw] backup_creation_date_time
Time at which the backup was created. @return [Time]
@!attribute [rw] backup_expiry_date_time
Time at which the automatic on-demand backup created by DynamoDB will expire. This `SYSTEM` on-demand backup expires automatically 35 days after its creation. @return [Time]
@!attribute [rw] backup_status
Backup can be in one of the following states: CREATING, ACTIVE, DELETED. @return [String]
@!attribute [rw] backup_type
BackupType: * `USER` - You create and manage these using the on-demand backup feature. * `SYSTEM` - If you delete a table with point-in-time recovery enabled, a `SYSTEM` backup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion. * `AWS_BACKUP` - On-demand backup created by you from AWS Backup service. @return [String]
@!attribute [rw] backup_size_bytes
Size of the backup in bytes. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BackupSummary AWS API Documentation
Constants
- SENSITIVE