Class: Aws::Glue::Types::OrphanFileDeletionMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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

Instance Attribute Details

#iceberg_metricsTypes::IcebergOrphanFileDeletionMetrics

A structure containing the Iceberg orphan file deletion metrics for the optimizer run.



21200
21201
21202
21203
21204
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21200

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