Class: Aws::Types::CreateSnaplockConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnaplockConfiguration
- 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.
471 472 473 |
# File 'sig/types.rbs', line 471 def audit_log_volume @audit_log_volume end |
#autocommit_period ⇒ Types::AutocommitPeriod
Returns the value of attribute autocommit_period.
472 473 474 |
# File 'sig/types.rbs', line 472 def autocommit_period @autocommit_period end |
#privileged_delete ⇒ "DISABLED", ...
Returns the value of attribute privileged_delete.
473 474 475 |
# File 'sig/types.rbs', line 473 def privileged_delete @privileged_delete end |
#retention_period ⇒ Types::SnaplockRetentionPeriod
Returns the value of attribute retention_period.
474 475 476 |
# File 'sig/types.rbs', line 474 def retention_period @retention_period end |
#snaplock_type ⇒ "COMPLIANCE", "ENTERPRISE"
Returns the value of attribute snaplock_type.
475 476 477 |
# File 'sig/types.rbs', line 475 def snaplock_type @snaplock_type end |
#volume_append_mode_enabled ⇒ Boolean
Returns the value of attribute volume_append_mode_enabled.
476 477 478 |
# File 'sig/types.rbs', line 476 def volume_append_mode_enabled @volume_append_mode_enabled end |