Class: Aws::Types::BackintConfig
- Inherits:
-
Object
- Object
- Aws::Types::BackintConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backint_mode ⇒ "AWSBackup"
Returns the value of attribute backint_mode.
-
#ensure_no_backup_in_process ⇒ Boolean
Returns the value of attribute ensure_no_backup_in_process.
Instance Attribute Details
#backint_mode ⇒ "AWSBackup"
Returns the value of attribute backint_mode.
50 51 52 |
# File 'sig/types.rbs', line 50 def backint_mode @backint_mode end |
#ensure_no_backup_in_process ⇒ Boolean
Returns the value of attribute ensure_no_backup_in_process.
51 52 53 |
# File 'sig/types.rbs', line 51 def ensure_no_backup_in_process @ensure_no_backup_in_process end |