Class: Aws::Types::UpdateContinuousBackupsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContinuousBackupsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#point_in_time_recovery_specification ⇒ Types::PointInTimeRecoverySpecification
Returns the value of attribute point_in_time_recovery_specification.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#point_in_time_recovery_specification ⇒ Types::PointInTimeRecoverySpecification
Returns the value of attribute point_in_time_recovery_specification.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def point_in_time_recovery_specification @point_in_time_recovery_specification end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def table_name @table_name end |