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

Class: Aws::DynamoDB::Types::BackupSummary

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

Overview

Contains details for the backup.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_arnString

ARN associated with the backup.

Returns:

  • (String)

    ARN associated with the backup.

#backup_creation_date_timeTime

Time at which the backup was created.

Returns:

  • (Time)

    Time at which the backup was created.

#backup_expiry_date_timeTime

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.

Returns:

  • (Time)

    Time at which the automatic on-demand backup created by DynamoDB will expire.

#backup_nameString

Name of the specified backup.

Returns:

  • (String)

    Name of the specified backup.

#backup_size_bytesInteger

Size of the backup in bytes.

Returns:

  • (Integer)

    Size of the backup in bytes.

#backup_statusString

Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

Possible values:

  • CREATING
  • DELETED
  • AVAILABLE

Returns:

  • (String)

    Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

#backup_typeString

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.

    Possible values:

    • USER
    • SYSTEM
    • AWS_BACKUP

Returns:

  • (String)

    BackupType:.

#table_arnString

ARN associated with the table.

Returns:

  • (String)

    ARN associated with the table.

#table_idString

Unique identifier for the table.

Returns:

  • (String)

    Unique identifier for the table.

#table_nameString

Name of the table.

Returns:

  • (String)

    Name of the table.