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

Class: Aws::DynamoDB::Types::ContinuousBackupsDescription

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

Overview

Represents the continuous backups and point in time recovery settings on the table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#continuous_backups_statusString

ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED.

#point_in_time_recovery_descriptionTypes::PointInTimeRecoveryDescription

The description of the point in time recovery settings applied to the table.

Returns: