Class: Aws::Types::DbBackupConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DbBackupConfigurationOutput
- 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.
-
#next_automated_backup_time ⇒ ::Time
Returns the value of attribute next_automated_backup_time.
-
#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.
182 183 184 |
# File 'sig/types.rbs', line 182 def custom_schedule @custom_schedule end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
181 182 183 |
# File 'sig/types.rbs', line 181 def enabled @enabled end |
#next_automated_backup_time ⇒ ::Time
Returns the value of attribute next_automated_backup_time.
183 184 185 |
# File 'sig/types.rbs', line 183 def next_automated_backup_time @next_automated_backup_time end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
180 181 182 |
# File 'sig/types.rbs', line 180 def retention_days @retention_days end |
#type ⇒ "HOURLY", ...
Returns the value of attribute type.
179 180 181 |
# File 'sig/types.rbs', line 179 def type @type end |