class Aws::DynamoDB::Types::BackupDetails

Contains the details of the backup created for the table.

@!attribute [rw] backup_arn

ARN associated with the backup.
@return [String]

@!attribute [rw] backup_name

Name of the requested backup.
@return [String]

@!attribute [rw] backup_size_bytes

Size of the backup in bytes.
@return [Integer]

@!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_creation_date_time

Time at which the backup was created. This is the request time of
the backup.
@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]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BackupDetails AWS API Documentation

Constants

SENSITIVE