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.
4554 4555 4556 |
# File 'sig/types.rbs', line 4554 def clean_expired_files @clean_expired_files end |
#number_of_snapshots_to_retain ⇒ ::Integer
Returns the value of attribute number_of_snapshots_to_retain.
4553 4554 4555 |
# File 'sig/types.rbs', line 4553 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.
4555 4556 4557 |
# File 'sig/types.rbs', line 4555 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.
4552 4553 4554 |
# File 'sig/types.rbs', line 4552 def snapshot_retention_period_in_days @snapshot_retention_period_in_days end |