Class: Aws::DynamoDB::Types::PointInTimeRecoverySpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Represents the settings used to enable point in time recovery.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#point_in_time_recovery_enabledBoolean

Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.

Returns:

  • (Boolean)


5745
5746
5747
5748
5749
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5745

class PointInTimeRecoverySpecification < Struct.new(
  :point_in_time_recovery_enabled)
  SENSITIVE = []
  include Aws::Structure
end