Class: Aws::Glue::Types::RetentionConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::RetentionConfiguration
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The configuration for a snapshot retention optimizer.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #iceberg_configuration  ⇒ Types::IcebergRetentionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration for an Iceberg snapshot retention optimizer. 
Instance Attribute Details
#iceberg_configuration ⇒ Types::IcebergRetentionConfiguration
The configuration for an Iceberg snapshot retention optimizer.
| 21457 21458 21459 21460 21461 | # File 'lib/aws-sdk-glue/types.rb', line 21457 class RetentionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |