Class: Aws::Types::IcebergCompactionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IcebergCompactionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_file_threshold ⇒ ::Integer
Returns the value of attribute delete_file_threshold.
-
#min_input_files ⇒ ::Integer
Returns the value of attribute min_input_files.
-
#strategy ⇒ "binpack", ...
Returns the value of attribute strategy.
Instance Attribute Details
#delete_file_threshold ⇒ ::Integer
Returns the value of attribute delete_file_threshold.
4496 4497 4498 |
# File 'sig/types.rbs', line 4496 def delete_file_threshold @delete_file_threshold end |
#min_input_files ⇒ ::Integer
Returns the value of attribute min_input_files.
4495 4496 4497 |
# File 'sig/types.rbs', line 4495 def min_input_files @min_input_files end |
#strategy ⇒ "binpack", ...
Returns the value of attribute strategy.
4494 4495 4496 |
# File 'sig/types.rbs', line 4494 def strategy @strategy end |