Class: Aws::S3Tables::Types::IcebergCompactionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::IcebergCompactionSettings
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Contains details about the compaction settings for an Iceberg table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_file_size_mb ⇒ Integer
The target file size for the table in MB.
Instance Attribute Details
#target_file_size_mb ⇒ Integer
The target file size for the table in MB.
668 669 670 671 672 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 668 class IcebergCompactionSettings < Struct.new( :target_file_size_mb) SENSITIVE = [] include Aws::Structure end |