Class: Aws::Types::PutBackupVaultLockConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::PutBackupVaultLockConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#changeable_for_days ⇒ ::Integer
Returns the value of attribute changeable_for_days.
-
#max_retention_days ⇒ ::Integer
Returns the value of attribute max_retention_days.
-
#min_retention_days ⇒ ::Integer
Returns the value of attribute min_retention_days.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def backup_vault_name @backup_vault_name end |
#changeable_for_days ⇒ ::Integer
Returns the value of attribute changeable_for_days.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def changeable_for_days @changeable_for_days end |
#max_retention_days ⇒ ::Integer
Returns the value of attribute max_retention_days.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def max_retention_days @max_retention_days end |
#min_retention_days ⇒ ::Integer
Returns the value of attribute min_retention_days.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def min_retention_days @min_retention_days end |