class Aws::DynamoDB::Types::UpdateContinuousBackupsInput

@note When making an API call, you may pass UpdateContinuousBackupsInput

data as a hash:

    {
      table_name: "TableName", # required
      point_in_time_recovery_specification: { # required
        point_in_time_recovery_enabled: false, # required
      },
    }

@!attribute [rw] table_name

The name of the table.
@return [String]

@!attribute [rw] point_in_time_recovery_specification

Represents the settings used to enable point in time recovery.
@return [Types::PointInTimeRecoverySpecification]

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

Constants

SENSITIVE