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.
17749 17750 17751 17752 17753 |
# File 'lib/aws-sdk-glue/types.rb', line 17749 class OrphanFileDeletionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |