Class: Aws::Types::DbBackupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DbBackupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_schedule ⇒ ::String
Returns the value of attribute custom_schedule.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
-
#type ⇒ "HOURLY", ...
Returns the value of attribute type.
Instance Attribute Details
#custom_schedule ⇒ ::String
Returns the value of attribute custom_schedule.
174 175 176 |
# File 'sig/types.rbs', line 174 def custom_schedule @custom_schedule end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
173 174 175 |
# File 'sig/types.rbs', line 173 def enabled @enabled end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
172 173 174 |
# File 'sig/types.rbs', line 172 def retention_days @retention_days end |
#type ⇒ "HOURLY", ...
Returns the value of attribute type.
171 172 173 |
# File 'sig/types.rbs', line 171 def type @type end |