Class: Aws::Glue::Types::OrphanFileDeletionMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::OrphanFileDeletionMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure that contains orphan file deletion metrics for the optimizer run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iceberg_metrics ⇒ Types::IcebergOrphanFileDeletionMetrics
A structure containing the Iceberg orphan file deletion metrics for the optimizer run.
Instance Attribute Details
#iceberg_metrics ⇒ Types::IcebergOrphanFileDeletionMetrics
A structure containing the Iceberg orphan file deletion metrics for the optimizer run.
17765 17766 17767 17768 17769 |
# File 'lib/aws-sdk-glue/types.rb', line 17765 class OrphanFileDeletionMetrics < Struct.new( :iceberg_metrics) SENSITIVE = [] include Aws::Structure end |