Class: Aws::Glue::Types::RetentionMetrics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::RetentionMetrics
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure that contains retention metrics for the optimizer run.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #iceberg_metrics  ⇒ Types::IcebergRetentionMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A structure containing the Iceberg retention metrics for the optimizer run. 
Instance Attribute Details
#iceberg_metrics ⇒ Types::IcebergRetentionMetrics
A structure containing the Iceberg retention metrics for the optimizer run.
| 21472 21473 21474 21475 21476 | # File 'lib/aws-sdk-glue/types.rb', line 21472 class RetentionMetrics < Struct.new( :iceberg_metrics) SENSITIVE = [] include Aws::Structure end |