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.
4477 4478 4479 |
# File 'sig/types.rbs', line 4477 def delete_file_threshold @delete_file_threshold end |
#min_input_files ⇒ ::Integer
Returns the value of attribute min_input_files.
4476 4477 4478 |
# File 'sig/types.rbs', line 4476 def min_input_files @min_input_files end |
#strategy ⇒ "binpack", ...
Returns the value of attribute strategy.
4475 4476 4477 |
# File 'sig/types.rbs', line 4475 def strategy @strategy end |