Class: Aws::Types::SnaplockConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SnaplockConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_log_volume ⇒ Boolean
Returns the value of attribute audit_log_volume.
-
#autocommit_period ⇒ Types::AutocommitPeriod
Returns the value of attribute autocommit_period.
-
#privileged_delete ⇒ "DISABLED", ...
Returns the value of attribute privileged_delete.
-
#retention_period ⇒ Types::SnaplockRetentionPeriod
Returns the value of attribute retention_period.
-
#snaplock_type ⇒ "COMPLIANCE", "ENTERPRISE"
Returns the value of attribute snaplock_type.
-
#volume_append_mode_enabled ⇒ Boolean
Returns the value of attribute volume_append_mode_enabled.
Instance Attribute Details
#audit_log_volume ⇒ Boolean
Returns the value of attribute audit_log_volume.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def audit_log_volume @audit_log_volume end |
#autocommit_period ⇒ Types::AutocommitPeriod
Returns the value of attribute autocommit_period.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def autocommit_period @autocommit_period end |
#privileged_delete ⇒ "DISABLED", ...
Returns the value of attribute privileged_delete.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def privileged_delete @privileged_delete end |
#retention_period ⇒ Types::SnaplockRetentionPeriod
Returns the value of attribute retention_period.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def retention_period @retention_period end |
#snaplock_type ⇒ "COMPLIANCE", "ENTERPRISE"
Returns the value of attribute snaplock_type.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def snaplock_type @snaplock_type end |
#volume_append_mode_enabled ⇒ Boolean
Returns the value of attribute volume_append_mode_enabled.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def volume_append_mode_enabled @volume_append_mode_enabled end |