Class: Aws::Glue::Types::OrphanFileDeletionConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::OrphanFileDeletionConfiguration
 
- 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
- 
  
    
      #iceberg_configuration  ⇒ Types::IcebergOrphanFileDeletionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration for an Iceberg orphan file deletion optimizer. 
Instance Attribute Details
#iceberg_configuration ⇒ Types::IcebergOrphanFileDeletionConfiguration
The configuration for an Iceberg orphan file deletion optimizer.
| 20032 20033 20034 20035 20036 | # File 'lib/aws-sdk-glue/types.rb', line 20032 class OrphanFileDeletionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |