Class: Aws::DynamoDB::Types::UpdateContinuousBackupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateContinuousBackupsInput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#point_in_time_recovery_specification ⇒ Types::PointInTimeRecoverySpecification
Represents the settings used to enable point in time recovery.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#point_in_time_recovery_specification ⇒ Types::PointInTimeRecoverySpecification
Represents the settings used to enable point in time recovery.
9740 9741 9742 9743 9744 9745 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9740 class UpdateContinuousBackupsInput < Struct.new( :table_name, :point_in_time_recovery_specification) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
9740 9741 9742 9743 9744 9745 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9740 class UpdateContinuousBackupsInput < Struct.new( :table_name, :point_in_time_recovery_specification) SENSITIVE = [] include Aws::Structure end |