Class: Aws::Glue::Types::OrphanFileDeletionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The configuration for an orphan file deletion optimizer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iceberg_configurationTypes::IcebergOrphanFileDeletionConfiguration

The configuration for an Iceberg orphan file deletion optimizer.



17591
17592
17593
17594
17595
# File 'lib/aws-sdk-glue/types.rb', line 17591

class OrphanFileDeletionConfiguration < Struct.new(
  :iceberg_configuration)
  SENSITIVE = []
  include Aws::Structure
end