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.
21368 21369 21370 21371 21372 |
# File 'lib/aws-sdk-glue/types.rb', line 21368 class RetentionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |