Class: Aws::Types::IcebergRetentionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IcebergRetentionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clean_expired_files ⇒ Boolean
Returns the value of attribute clean_expired_files.
-
#number_of_snapshots_to_retain ⇒ ::Integer
Returns the value of attribute number_of_snapshots_to_retain.
-
#run_rate_in_hours ⇒ ::Integer
Returns the value of attribute run_rate_in_hours.
-
#snapshot_retention_period_in_days ⇒ ::Integer
Returns the value of attribute snapshot_retention_period_in_days.
Instance Attribute Details
#clean_expired_files ⇒ Boolean
Returns the value of attribute clean_expired_files.
4583 4584 4585 |
# File 'sig/types.rbs', line 4583 def clean_expired_files @clean_expired_files end |
#number_of_snapshots_to_retain ⇒ ::Integer
Returns the value of attribute number_of_snapshots_to_retain.
4582 4583 4584 |
# File 'sig/types.rbs', line 4582 def number_of_snapshots_to_retain @number_of_snapshots_to_retain end |
#run_rate_in_hours ⇒ ::Integer
Returns the value of attribute run_rate_in_hours.
4584 4585 4586 |
# File 'sig/types.rbs', line 4584 def run_rate_in_hours @run_rate_in_hours end |
#snapshot_retention_period_in_days ⇒ ::Integer
Returns the value of attribute snapshot_retention_period_in_days.
4581 4582 4583 |
# File 'sig/types.rbs', line 4581 def snapshot_retention_period_in_days @snapshot_retention_period_in_days end |