Class: Aws::Types::BackupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BackupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_tags_enabled ⇒ Boolean
Returns the value of attribute backup_tags_enabled.
-
#backup_type ⇒ "CONTINUOUS"
Returns the value of attribute backup_type.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#backup_tags_enabled ⇒ Boolean
Returns the value of attribute backup_tags_enabled.
43 44 45 |
# File 'sig/types.rbs', line 43 def @backup_tags_enabled end |
#backup_type ⇒ "CONTINUOUS"
Returns the value of attribute backup_type.
41 42 43 |
# File 'sig/types.rbs', line 41 def backup_type @backup_type end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
42 43 44 |
# File 'sig/types.rbs', line 42 def retention_period_in_days @retention_period_in_days end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
40 41 42 |
# File 'sig/types.rbs', line 40 def status @status end |