Class: Aws::Glue::Types::CompactionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CompactionConfiguration
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
The configuration for a compaction optimizer. This configuration defines how data files in your table will be compacted to improve query performance and reduce storage costs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iceberg_configuration ⇒ Types::IcebergCompactionConfiguration
The configuration for an Iceberg compaction optimizer.
Instance Attribute Details
#iceberg_configuration ⇒ Types::IcebergCompactionConfiguration
The configuration for an Iceberg compaction optimizer.
3436 3437 3438 3439 3440 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3436 class CompactionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |