Class: Aws::Types::UpdateAutonomousDatabaseBackupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutonomousDatabaseBackupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_id.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
Instance Attribute Details
#autonomous_database_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_id.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def autonomous_database_backup_id @autonomous_database_backup_id end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def retention_period_in_days @retention_period_in_days end |