Class: Aws::Glue::Types::OrphanFileDeletionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::OrphanFileDeletionConfiguration
- Defined in:
- gems/aws-sdk-glue/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.
19943 19944 19945 19946 19947 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19943 class OrphanFileDeletionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |