Class: Aws::Glue::Types::RetentionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#iceberg_configurationTypes::IcebergRetentionConfiguration

The configuration for an Iceberg snapshot retention optimizer.



25939
25940
25941
25942
25943
# File 'lib/aws-sdk-glue/types.rb', line 25939

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