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

Class: Aws::DynamoDB::Types::UpdateContinuousBackupsInput

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

Overview

Note:

When passing UpdateContinuousBackupsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#point_in_time_recovery_specificationTypes::PointInTimeRecoverySpecification

Represents the settings used to enable point in time recovery.

Returns:

#table_nameString

The name of the table.

Returns:

  • (String)

    The name of the table.